mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
awesomerc: add border color change on {un,}focus
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
0f6125a3f6
commit
cd024821b5
1 changed files with 3 additions and 0 deletions
|
@ -359,4 +359,7 @@ client.add_signal("manage", function (c, startup)
|
|||
-- Honor size hints: if you want to drop the gaps between windows, set this to false.
|
||||
-- c.size_hints_honor = false
|
||||
end)
|
||||
|
||||
client.add_signal("focus", function(c) c.border_color = beautiful.border_focus end)
|
||||
client.add_signal("unfocus", function(c) c.border_color = beautiful.border_normal end)
|
||||
-- }}}
|
||||
|
|
Loading…
Reference in a new issue