mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-30 00:24:59 +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 } },
|
}, 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" },
|
||||||
|
|
Loading…
Reference in a new issue