From f6c03e84a40b4ad974fcc0db986832f213681ad7 Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Sat, 26 Nov 2022 03:18:20 +0200 Subject: [PATCH] Comment out titlebar code --- awesome/.config/awesome/rc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index c8a79c4..ffed0f6 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -513,9 +513,9 @@ awful.rules.rules = { }, properties = { floating = true } }, -- Add titlebars to normal clients and dialogs - { rule_any = { type = { "normal", "dialog" } - }, properties = { titlebars_enabled = false } - }, + -- { rule_any = { type = { "normal", "dialog" } + -- }, properties = { titlebars_enabled = false } + -- }, -- Set Firefox to always map on the tag named "2" on screen 1. -- { rule = { class = "Firefox" },