On Wed, Sep 7, 2011 at 9:09 PM, lilydjwg <[email protected]> wrote:
[...]
> 1. firefox raises as it gains focus
> 2. firefox does not gain focus; the focused client is still the one
If you are willing to go for solution one for the time being, then
this might help:
To the focus signal at the bottom of your rc.lua, add:
c:raise()
Something like:
client.add_signal("focus", function(c)
c.border_color = beautiful.border_focus
c:raise()
end)
--
Anurag Priyam
http://about.me/yeban/
--
To unsubscribe, send mail to [email protected].