
26 Jan
2011
26 Jan
'11
2:13 p.m.
* On Wednesday, January 26 2011, Victor Gaydov wrote:
Hello,
Is there a way to use windowNavigation for inner subLayout?
For example, I have Tall as inner layout and Simplest as outer, and I want two different key-bindings groups: - one to navigate inside focused Tall - other to switch to next tiled windows group inside Simplest
Thanks a lot.
Hi, If you put windowNavigation (subLayout [] (tall ... ) Full), windowNavigation will work correctly. The difference between Full and Simplest may or may not matter here. Try both. For the switching between groups (Simplest), you need to use XMonad.Layout.BoringWindows as described in the documentation. -- Adam