[xmonad] Sublayouts navigation
Adam Vogt
vogt.adam at gmail.com
Wed Jan 26 15:13:17 CET 2011
* 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
More information about the xmonad
mailing list