xmonad: Switch bindings for scratchpads
This commit is contained in:
parent
564ac76edc
commit
76cd942f9e
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue