mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 15:45:00 +01:00
Comment out titlebar code
This commit is contained in:
parent
56221499e2
commit
f6c03e84a4
|
@ -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" },
|
||||
|
|
Loading…
Reference in a new issue