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 ^