xmonad: Bind M-s M-s to emacsclient scratchpad

This commit is contained in:
Alexander Kobjolke 2024-03-11 23:01:09 +01:00
parent 226329be4d
commit e72b9e4a80

View file

@ -116,7 +116,7 @@ myConfig =
, ("M-g", WS.prevWS)
, ("M-r", WS.nextWS)
, -- scratchpads
("M-s n", namedScratchpadAction scratchpads "notes")
("M-s M-s", namedScratchpadAction scratchpads "notes")
, ("M-s s", namedScratchpadAction scratchpads "shell")
, -- backlight control