From a0024216e8f190001df31e82cd8a4bd93a8c48b0 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Thu, 8 Apr 2021 12:44:51 +0200 Subject: [PATCH] Disable titlebars --- simple/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple/init.lua b/simple/init.lua index 5844ecb..903cbf4 100644 --- a/simple/init.lua +++ b/simple/init.lua @@ -674,7 +674,7 @@ awful.rules.rules = { 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.