mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-01-07 17:27:33 +08:00
Fix wrong titlebar button color on initially undecorated clients
This commit is contained in:
parent
9b4a27448b
commit
6757cfbc1e
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue