diff --git a/src/xmonad.hs b/src/xmonad.hs index c91d478..fd496e8 100644 --- a/src/xmonad.hs +++ b/src/xmonad.hs @@ -118,8 +118,8 @@ myKeymap = , ("M-5", windows $ W.greedyView "misc" ) -- cycle workspaces - , ("M-", prevWS) - , ("M-" , nextWS) + , ("M-", moveTo Prev hiddenWS) + , ("M-" , moveTo Next hiddenWS) -- send window to workspace , ("M-S-1", windows $ W.shift "code" )