From a55277191ab10c5a2240271f10757e5e14f844d8 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Wed, 10 Jan 2018 22:54:06 +0100 Subject: [PATCH] made titlebar enabling possible in private.lua --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 8b05a725..1301eef5 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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.