Change xbacklight to brightnessctl for backlight control

This commit is contained in:
Tanguy Herbron 2021-03-30 09:42:39 +02:00
parent 0fb084b72d
commit d8de334147

View File

@ -23,11 +23,11 @@
XF86AudioPlay XF86AudioPlay
# Increase backlight # Increase backlight
"xbacklight -inc 10" "brightnessctl s 10000+"
XF86MonBrightnessUp XF86MonBrightnessUp
# Decrease backlight # Decrease backlight
"xbacklight -dec 10" "brightnessctl s 10000-"
XF86MonBrightnessDown XF86MonBrightnessDown
# #
# If you edit this file, do not forget to uncomment any lines # If you edit this file, do not forget to uncomment any lines