On 2012-06-13 "Leo L. Schwab" <ew...@ewhac.org> wrote: > This new behavior doesn't appear to be mentioned in the changelog. > Is this an intended change? Is there a way to work around it in rc.lua?
Do you have any sticky programs running that paint on the root window? It might be that they steal the focus. Is that the case, then you can stop them from doing so with a rule. Here is my rule for nautilus: awful.rules.rules = { { rule = { class = "Nautilus", instance = "desktop_window" }, properties = { sticky = true, focus = false, } }, } That solved it for me. Marco -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.