<[email protected]> wrote: > Using Mod4+j/k cycles through the windows in a given tag, is there a method to navigate by layout? If I had four windows open how would I configure awesome to allow me to move the focus to the window next to the current window rather than cycling through all open windows until I get to the one I want? Thanks, > Derek
sounds like you're looking for awful.client.focus.bydirection see http://awesome.naquadah.org/doc/api/modules/awful.client.html and an example from the list: http://www.mail-archive.com/[email protected]/msg00739.html -ont
