feat(xmonad): Switch hotkeys for shell and emacs scratchpads

This commit is contained in:
Alexander Kobjolke 2024-06-11 18:40:06 +02:00
parent 6505df5d8a
commit de960b7cc9

View file

@ -121,8 +121,8 @@ myConfig =
, ("M-C-r", WS.swapNextScreen)
, ("M-S-r", WS.shiftNextScreen)
, -- scratchpads
("M-s M-s", namedScratchpadAction scratchpads "notes")
, ("M-s s", namedScratchpadAction scratchpads "shell")
("M-s s", namedScratchpadAction scratchpads "notes")
, ("M-s M-s", namedScratchpadAction scratchpads "shell")
, -- backlight control
("<XF86MonBrightnessDown>", spawn "xbacklight -dec 5")