updated brightness intervals
This commit is contained in:
parent
5ab3c3c830
commit
e99e9cfa3e
@ -249,10 +249,10 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
|
|||||||
--
|
--
|
||||||
[
|
[
|
||||||
-- increase backlight by 10 with mod+f9
|
-- increase backlight by 10 with mod+f9
|
||||||
((modm, xK_F9), spawn "backlight_control +10")
|
((modm, xK_F9), spawn "backlight_control +5")
|
||||||
|
|
||||||
-- decrese backlight by 10 with mod+f8x
|
-- decrese backlight by 10 with mod+f8x
|
||||||
,((modm, xK_F8), spawn "backlight_control -10")
|
,((modm, xK_F8), spawn "backlight_control -5")
|
||||||
]
|
]
|
||||||
++
|
++
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user