Comment out titlebar code

This commit is contained in:
Warren Hood 2022-11-26 03:18:20 +02:00
parent 56221499e2
commit f6c03e84a4

View file

@ -513,9 +513,9 @@ awful.rules.rules = {
}, properties = { floating = true } }, }, properties = { floating = true } },
-- Add titlebars to normal clients and dialogs -- Add titlebars to normal clients and dialogs
{ rule_any = { type = { "normal", "dialog" } -- { rule_any = { type = { "normal", "dialog" }
}, properties = { titlebars_enabled = false } -- }, properties = { titlebars_enabled = false }
}, -- },
-- Set Firefox to always map on the tag named "2" on screen 1. -- Set Firefox to always map on the tag named "2" on screen 1.
-- { rule = { class = "Firefox" }, -- { rule = { class = "Firefox" },