From 205803aee0f63e0b0e86640116742b8c3daba88d Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 9 Sep 2016 17:42:20 +0200 Subject: [PATCH] disable titlebars --- .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 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. -- 2.39.2