❦ 11 juillet 2012 19:38 CEST, Vincent Bernat <[email protected]> :

> My main problem is that I currently does not understand the current
> focus policy. The only thing I have is a sloppy focus thing on
> "mouse::enter". This one works fine.

Another thing which does not work as expected. I have the following
snippet bound to a key to enable a tag:

                      awful.tag.viewonly(tags[i])
                      -- Select the master window
                      local m = awful.client.getmaster()
                      if m then
                         client.focus = m
                         m:raise()
                      end

Well, sometimes it works, sometimes not. I suspect that there is a race
condition and that sometimes I get nil for awful.client.getmaster().
-- 
panic("Lucy in the sky....");
        2.2.16 /usr/src/linux/arch/sparc64/kernel/starfire.c

--
To unsubscribe, send mail to [email protected].
  • Focus policy Vincent Bernat
    • Re: Focus policy Vincent Bernat

Reply via email to