forked from ashpie/simple-awesome
Disable titlebars on dialogs
This commit is contained in:
parent
2e0dc4f268
commit
e689f17a56
@ -653,7 +653,7 @@ awful.rules.rules = {
|
|||||||
-- Add titlebars to normal clients and dialogs
|
-- Add titlebars to normal clients and dialogs
|
||||||
{
|
{
|
||||||
rule_any = {
|
rule_any = {
|
||||||
type = { "normal", "dialog" }
|
type = { "normal" }
|
||||||
},
|
},
|
||||||
properties = { titlebars_enabled = true }
|
properties = { titlebars_enabled = true }
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user