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" },