Change xbacklight to brightnessctl for backlight control
This commit is contained in:
parent
0fb084b72d
commit
d8de334147
@ -23,11 +23,11 @@
|
||||
XF86AudioPlay
|
||||
|
||||
# Increase backlight
|
||||
"xbacklight -inc 10"
|
||||
"brightnessctl s 10000+"
|
||||
XF86MonBrightnessUp
|
||||
|
||||
# Decrease backlight
|
||||
"xbacklight -dec 10"
|
||||
"brightnessctl s 10000-"
|
||||
XF86MonBrightnessDown
|
||||
#
|
||||
# If you edit this file, do not forget to uncomment any lines
|
||||
|
Loading…
Reference in New Issue
Block a user