aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-03-16 17:35:23 -0400
committerBardofSprites <[email protected]>2025-03-16 17:35:23 -0400
commit3b6bbb901ae3d05ef281a7ab8e9e5f40fe868e39 (patch)
tree1da92ce735c6b51f27fc8e085e377b5c46850c4a
parent2c50c8242d69f24cb40abdd7c7a6be3365a9b36b (diff)
shifting workspaces/screen
-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)