Separate custom bindings from generic bindings
This commit is contained in:
parent
6f0a85e0db
commit
6ec1f92bc9
9 changed files with 330 additions and 279 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue