xmonad: Allow to set brightness also via F keys
This commit is contained in:
parent
fd528bc6b8
commit
eedfe098c7
1 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,8 @@ myConfig = ewmhFullscreen $ ewmh $ Docks.docks $ nav $ def
|
|||
, ("M-r", WS.nextWS)
|
||||
, ("<XF86MonBrightnessDown>", spawn "xbacklight -dec 5")
|
||||
, ("<XF86MonBrightnessUp>", spawn "xbacklight -inc 5")
|
||||
, ("<F5>", spawn "xbacklight -dec 5")
|
||||
, ("<F6>", spawn "xbacklight -inc 5")
|
||||
, ("M-S-c", sendMessage $ MoveSplit U)
|
||||
, ("M-S-h", sendMessage $ MoveSplit L)
|
||||
, ("M-S-t", sendMessage $ MoveSplit D)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue