made titlebar enabling possible in private.lua

This commit is contained in:
Johannes Findeisen 2018-01-10 22:54:06 +01:00
commit a55277191a

View file

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