At least the alt+tab is easy:

awful.key({ modkey }, "Tab", function ()
            awful.client.focus.history.previous()
            if client.focus then client.focus:raise() end
            end),

hth

On Wed, 09 Dec 2009 09:26:19 +0100
Thomas Constans <[email protected]> wrote:

> Le mardi 08 décembre 2009 à 21:48 +0100, Adrian C. a écrit :
> > On Tue, 8 Dec 2009, Parasol Otwierany wrote:
> > 
> > > The default configuration from awesome let me use "next window"
> > > and "previous window" keybindings.
> > 
> > Focus by direction helps here:
> > http://awesome.naquadah.org/doc/api/modules/awful.client.html#focus.bydirection
> > 
> 
> I'd rather look at the focus.history.*
> 
> and i second this features request, i'll be happy with an equivalent
> of Mod4-esc that works with clients.
> 
> I may try to work on this if i can spare some times
> 
> regards
> 
> 
> 


--
To unsubscribe, send mail to [email protected].

Reply via email to