xmonad: Bind M-s M-s to emacsclient scratchpad
This commit is contained in:
parent
226329be4d
commit
e72b9e4a80
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ myConfig =
|
||||||
, ("M-g", WS.prevWS)
|
, ("M-g", WS.prevWS)
|
||||||
, ("M-r", WS.nextWS)
|
, ("M-r", WS.nextWS)
|
||||||
, -- scratchpads
|
, -- scratchpads
|
||||||
("M-s n", namedScratchpadAction scratchpads "notes")
|
("M-s M-s", namedScratchpadAction scratchpads "notes")
|
||||||
, ("M-s s", namedScratchpadAction scratchpads "shell")
|
, ("M-s s", namedScratchpadAction scratchpads "shell")
|
||||||
, -- backlight control
|
, -- backlight control
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue