From: martin f. krafft Date: Mon, 12 Sep 2016 09:56:57 +0000 (+0200) Subject: disable all titlebars code X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/d29905e7431e69b9465ffab307cd8f66eb93384c disable all titlebars code --- 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 } },