[xmonad] Layout.LayoutCombinators? (Was: Re: Defining Layouts)

Thomas Adam thomas.adam22 at gmail.com
Thu Dec 20 07:35:19 EST 2007


Hello --

On 20/12/2007, David Roundy <droundy at darcs.net> wrote:
> Oh wait, I think I got Go and Swap mixed up.  You certainly can use
> WindowNavigator to change focus along with LayoutCombinators, I do that all
> the time.

Oh?  Am I missing something silly then?  No matter what I do, I can't
change focus with:

      -- window navigation keybindings.
      , ((modm,               xK_Right), sendMessage $ Go R)
      , ((modm,               xK_Left ), sendMessage $ Go L)
      , ((modm,               xK_Up   ), sendMessage $ Go U)
      , ((modm,               xK_Down ), sendMessage $ Go D)

defined.  As soon as I go back to not using anything from
LayoutCombinators, everything works fine.

Thanks,

-- Thomas Adam


More information about the xmonad mailing list