
19 Mar
2021
19 Mar
'21
5:23 a.m.
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!

19 Mar
19 Mar
5:33 a.m.
Hi, On Fri, Mar 19, 2021 at 04:23:21PM +0700, Peet wrote:
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 the one from XMonad:
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/
1523
Age (days ago)
1523
Last active (days ago)
1 comments
2 participants
participants (2)
-
Peet
-
Tomas Janousek