Separate custom bindings from generic bindings

This commit is contained in:
crater2150 2016-04-04 14:54:30 +02:00
parent 6f0a85e0db
commit 6ec1f92bc9
9 changed files with 330 additions and 279 deletions

View file

@ -7,6 +7,9 @@ conf.modkey = "Mod4"
-- screen number, on which rules will put clients by default
conf.rule_screen=1
-- default layout for tags
conf.default_layout = awful.layout.suit.fair
conf.mpd = {
-- should mpd prompt clear playlist before adding matched songs
replace_on_search = true,