]> code.delx.au - dotfiles/blobdiff - .xmonad/xmonad.hs
xmonad: fix screen switching keybindings
[dotfiles] / .xmonad / xmonad.hs
index c1bd4510de812c97df3a55904208d9eaa34eb56f..05989b5e28631c5e1ce1539bdcdda5d2e1aea4e2 100644 (file)
@@ -61,8 +61,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
     -- mod-shift-{o,e,u}, Move client to screen 1, 2, or 3
     [((m .|. modm, key), f sc)
         | (key, sc) <- zip [xK_o, xK_e, xK_u] [0..]
-        , (f, m) <- [(viewScreen, 0), (sendToScreen, shiftMask)]
-    ]
+        , (f, m) <- [(viewScreen def, 0), (sendToScreen def, shiftMask)]]
     ++
 
     -- mod-[1..9], Switch to workspace N