THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#454 - Titlebar bg color not changing when lost focus
User who did this - Alex Alexander (wired)
----------
I figured out a quick fix to make it work until the real problem is
found/solved.
Modify your unfocus hook in your rc.lua to look like this:
-- Hook function to execute when unfocusing a client.
awful.hooks.unfocus.register(function (c)
if not awful.client.ismarked(c) then
c.border_color = beautiful.border_normal
c.titlebar.bg = beautiful.titlebar_bg_normal
c.titlebar.fg = beautiful.titlebar_fg_normal
end
end)
----------
More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=454#comment1080
You are receiving this message because you have requested it from the Flyspray
bugtracking system. If you did not expect this message or don't want to
receive mails in future, you can change your notification settings at the URL
shown above.
--
To unsubscribe, send mail to [email protected].