made titlebar enabling possible in private.lua
This commit is contained in:
parent
0132418c5a
commit
a55277191a
1 changed files with 1 additions and 1 deletions
|
|
@ -562,7 +562,7 @@ awful.rules.rules = {
|
|||
|
||||
-- Add titlebars to normal clients and dialogs
|
||||
{ rule_any = {type = { "normal", "dialog" }
|
||||
}, properties = { titlebars_enabled = false }
|
||||
}, properties = { titlebars_enabled = private.titlebars_enabled }
|
||||
},
|
||||
|
||||
-- Set Firefox to always map on the tag named "2" on screen 1.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue