made titlebar enabling possible in private.lua

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

View file

@ -562,7 +562,7 @@ awful.rules.rules = {
-- Add titlebars to normal clients and dialogs -- Add titlebars to normal clients and dialogs
{ rule_any = {type = { "normal", "dialog" } { 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. -- Set Firefox to always map on the tag named "2" on screen 1.