xmonad_hs_error_.txt
xmonad.hs:63:49: error:
• Couldn't match expected type ‘[WorkspaceId]’
with actual type ‘X WorkspaceList’
• In the second argument of ‘($)’, namely
‘(XS.get :: X WorkspaceList)’
In the second argument of ‘($)’, namely
‘ignoringWSs $ (XS.get :: X WorkspaceList)’
In the expression:
moveTo Prev $ ignoringWSs $ (XS.get :: X WorkspaceList)
|
63 | , ("M-<Left>", moveTo Prev $ ignoringWSs $ (XS.get :: X WorkspaceList) )
| ^^^^^^^^^^^^^^^^^^^^^^^^^