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