Discussion:
[xmonad] Can't get JumToLayout work.
Peet
2021-03-19 09:23:21 UTC
Permalink
Hi, I'm Peet.

I have play with xmonad config for days, and more of config was working,
but i can not get JumpToLayout work.

I does do compile xmonad config with no error , but when i press the
keybinding not thing happen . Please help!

config file in attachment.

Thank you!
Tomas Janousek
2021-03-19 09:33:23 UTC
Permalink
Hi,
Post by Peet
I have play with xmonad config for days, and more of config was
working, but i can not get JumpToLayout work.
[
]
JumpToLayout needs the (|||) from XMonad.Layout.LayoutCombinators, not
Post by Peet
import XMonad.Layout.LayoutCombinators hiding ( (|||) )
--import XMonad hiding ( (|||) )
You'll need to swap these ^
--
Tomáš Janoušek, a.k.a. Pivník, a.k.a. Liskni_si, https://work.lisk.in/
Loading...