Make screens in rules configurable from localconf.lua
This commit is contained in:
parent
f1745c3ae5
commit
a712bc07bd
2 changed files with 25 additions and 7 deletions
|
@ -5,7 +5,11 @@ local awful = awful
|
|||
conf.modkey = "Mod4"
|
||||
|
||||
-- screen number, on which rules will put clients by default
|
||||
conf.rule_screen=1
|
||||
conf.screen = {
|
||||
main = 1,
|
||||
mail = 2,
|
||||
chat = 3,
|
||||
}
|
||||
|
||||
-- default layout for tags
|
||||
conf.default_layout = awful.layout.suit.fair
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue