xmonad: Switch bindings for scratchpads

This commit is contained in:
Alexander Kobjolke 2024-10-20 10:28:23 +02:00
parent 564ac76edc
commit 76cd942f9e

View file

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