copland: added titlebars
This commit is contained in:
parent
453382369d
commit
792e3b5e91
|
@ -742,7 +742,7 @@ awful.rules.rules = {
|
|||
},
|
||||
|
||||
-- Titlebars
|
||||
{ rule_any = { type = { "dialog" }, except = { instance = "pinentry" } },
|
||||
{ rule_any = { type = { "dialog", "normal" } },
|
||||
properties = { titlebars_enabled = true } },
|
||||
|
||||
-- Set Firefox to always map on the first tag on screen 1.
|
||||
|
|
Loading…
Reference in New Issue