minor fix

This commit is contained in:
Solomon Laing 2021-04-25 19:15:11 +09:30
parent 4354d2cdc7
commit 3d93df1314

View File

@ -311,7 +311,7 @@ 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 "/home/solomon/.local/bin/mod_backlight +10") ((modm, xK_F9), spawn "/home/solomon/.local/bin/mod_backlight +10")
-- decrese backlight by 10 with mod+f8x -- decrese backlight by 10 with mod+f8
, ((modm, xK_F8), spawn "/home/solomon/.local/bin/mod_backlight -10") , ((modm, xK_F8), spawn "/home/solomon/.local/bin/mod_backlight -10")
] ]
++ ++