xmonad: update screen change/shift and emacsclient bindings
This commit is contained in:
parent
45d9be425b
commit
5a64840389
@ -45,10 +45,12 @@ myConfig =
|
||||
("M-o", nextWS),
|
||||
("M-S-i", shiftToPrev),
|
||||
("M-S-o", shiftToNext),
|
||||
("C-M-i", prevScreen),
|
||||
("C-M-o", nextScreen),
|
||||
("M-[", prevScreen),
|
||||
("M-]", nextScreen),
|
||||
("M-S-[", shiftPrevScreen),
|
||||
("M-S-]", shiftNextScreen),
|
||||
("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"),
|
||||
("M-S-<F6>", spawn switchThemeCmd *> restart "xmonad" True),
|
||||
("M-<F1>", namedScratchpadAction scratchpads "terminal"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user