updated brightness intervals

This commit is contained in:
Solomon Laing 2021-03-19 22:48:00 +00:00
parent 5ab3c3c830
commit e99e9cfa3e

View File

@ -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")
] ]
++ ++