Make screens in rules configurable from localconf.lua

This commit is contained in:
Alexander Gehrke 2019-12-10 14:49:03 +01:00
parent f1745c3ae5
commit a712bc07bd
2 changed files with 25 additions and 7 deletions

View file

@ -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