xmonad: update screen change/shift and emacsclient bindings

This commit is contained in:
2023-06-20 23:27:48 +02:00
parent 45d9be425b
commit 5a64840389
+5 -3
View File
@@ -45,10 +45,12 @@ myConfig =
("M-o", nextWS), ("M-o", nextWS),
("M-S-i", shiftToPrev), ("M-S-i", shiftToPrev),
("M-S-o", shiftToNext), ("M-S-o", shiftToNext),
("C-M-i", prevScreen), ("M-[", prevScreen),
("C-M-o", nextScreen), ("M-]", nextScreen),
("M-S-[", shiftPrevScreen),
("M-S-]", shiftNextScreen),
("C-M-l", spawn "slock"), ("C-M-l", spawn "slock"),
("C-M-n", spawn "emacsclient -n -c"), ("C-M-e", spawn "emacsclient -n -c"),
("C-M-s", spawn "systemctl suspend"), ("C-M-s", spawn "systemctl suspend"),
("M-S-<F6>", spawn switchThemeCmd *> restart "xmonad" True), ("M-S-<F6>", spawn switchThemeCmd *> restart "xmonad" True),
("M-<F1>", namedScratchpadAction scratchpads "terminal"), ("M-<F1>", namedScratchpadAction scratchpads "terminal"),