aboutsummaryrefslogtreecommitdiff
path: root/xmonad
diff options
context:
space:
mode:
Diffstat (limited to 'xmonad')
-rw-r--r--xmonad/.config/xmonad/xmonad.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/xmonad/.config/xmonad/xmonad.hs b/xmonad/.config/xmonad/xmonad.hs
index 6d58097..9605469 100644
--- a/xmonad/.config/xmonad/xmonad.hs
+++ b/xmonad/.config/xmonad/xmonad.hs
@@ -101,9 +101,14 @@ myKeys =
, ("M-S-9", windows $ W.shift (myWorkspaces !! 8))
, ("M-S-0", windows $ W.shift (myWorkspaces !! 9))
+ -- shifting
+ , ("M-`", toggleWS)
+
-- monitors
, ("M-S-l", nextScreen)
, ("M-S-h", prevScreen)
+ , ("M-C-h", shiftPrevScreen)
+ , ("M-C-l", shiftNextScreen)
-- system programs
, ("M-<Return>", spawn term)