minor fix
This commit is contained in:
parent
4354d2cdc7
commit
3d93df1314
@ -311,7 +311,7 @@ myKeys conf@XConfig {XMonad.modMask = modm} = M.fromList $
|
||||
-- increase backlight by 10 with mod+f9
|
||||
((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")
|
||||
]
|
||||
++
|
||||
|
||||
Loading…
Reference in New Issue
Block a user