Replace xbacklight with light

This commit is contained in:
gardouille 2020-12-17 15:28:26 +01:00
parent 4f95228188
commit 3ece3f7dbc
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 2 additions and 2 deletions

View File

@ -193,8 +193,8 @@ hc keybind XF86AudioLowerVolume spawn amixer -q -c 0 set Master 2- unmute
hc keybind XF86AudioMute spawn amixer -q set Master toggle
# brightness
hc keybind XF86MonBrightnessUp spawn xbacklight +10
hc keybind XF86MonBrightnessDown spawn xbacklight -10
hc keybind XF86MonBrightnessUp spawn light -A 10
hc keybind XF86MonBrightnessDown spawn light -U 10
###################
### theme ###