Fix wrong titlebar button color on initially undecorated clients

This commit is contained in:
elenapan 2020-04-27 04:34:46 +03:00
parent 9b4a27448b
commit 6757cfbc1e

View file

@ -516,7 +516,9 @@ awful.rules.rules = {
"splash"
}
},
properties = { titlebars_enabled = false },
callback = function(c)
decorations.hide(c)
end
},
-- Titlebars ON (explicitly)
@ -529,7 +531,9 @@ awful.rules.rules = {
"conversation",
}
},
properties = { titlebars_enabled = true },
callback = function(c)
decorations.show(c)
end
},
-- "Needy": Clients that steal focus when they are urgent