From: martin f. krafft Date: Fri, 9 Sep 2016 15:42:20 +0000 (+0200) Subject: disable titlebars X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/205803aee0f63e0b0e86640116742b8c3daba88d?hp=06ea697f531e56eaa12620eb4f9f6ed7c3e392e7 disable titlebars --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index ea63c33..282a2fc 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -469,7 +469,7 @@ awful.rules.rules = { -- Add titlebars to normal clients and dialogs { rule_any = {type = { "normal", "dialog" } - }, properties = { titlebars_enabled = true } + }, properties = { titlebars_enabled = false } }, -- Set Firefox to always map on the tag named "2" on screen 1.