From d29905e7431e69b9465ffab307cd8f66eb93384c Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 12 Sep 2016 11:56:57 +0200 Subject: [PATCH] disable all titlebars code --- .config/awesome/rc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 2838402..2c5ca50 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -565,9 +565,9 @@ awful.rules.rules = { }, properties = { floating = true }}, -- Add titlebars to normal clients and dialogs - { rule_any = {type = { "normal", "dialog" } - }, properties = { titlebars_enabled = false } - }, + --DISABLED-- { rule_any = {type = { "normal", "dialog" } + --DISABLED-- }, properties = { titlebars_enabled = true } + --DISABLED-- }, { rule = { class = "URxvt" }, properties = { floating = false } }, -- 2.39.2