Disable titlebars
This commit is contained in:
parent
6db061641d
commit
a0024216e8
@ -674,7 +674,7 @@ awful.rules.rules = {
|
|||||||
rule_any = {
|
rule_any = {
|
||||||
type = { "normal", "dialog" }
|
type = { "normal", "dialog" }
|
||||||
},
|
},
|
||||||
properties = { titlebars_enabled = true }
|
properties = { titlebars_enabled = false }
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Set Firefox to always map on the tag named "2" on screen 1.
|
-- Set Firefox to always map on the tag named "2" on screen 1.
|
||||||
|
Loading…
Reference in New Issue
Block a user