feat(xmonad): Configure keys to manage multiple screens
This commit is contained in:
parent
7ecdde85db
commit
36a0e575aa
1 changed files with 4 additions and 0 deletions
|
|
@ -115,7 +115,11 @@ myConfig =
|
|||
, ("M-w", kill)
|
||||
, ("M-l", WS.toggleWS)
|
||||
, ("M-g", WS.prevWS)
|
||||
, ("M-C-g", WS.swapPrevScreen)
|
||||
, ("M-S-g", WS.shiftPrevScreen)
|
||||
, ("M-r", WS.nextWS)
|
||||
, ("M-C-r", WS.swapNextScreen)
|
||||
, ("M-S-r", WS.shiftNextScreen)
|
||||
, -- scratchpads
|
||||
("M-s M-s", namedScratchpadAction scratchpads "notes")
|
||||
, ("M-s s", namedScratchpadAction scratchpads "shell")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue