xbindkeys: Use "light" instead of xbacklight

It works with nouveau and hybrid graphics.
master
Pierre Neidhardt 2018-03-27 15:59:19 +05:30
parent 6b6be45e12
commit eeb804a9fe
1 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,9 @@
XF86AudioMute
## Screen brightness
"xbacklight -inc 20"
# "xbacklight -inc 20"
"light -A 20"
XF86MonBrightnessUp
"xbacklight -dec 20"
# "xbacklight -dec 20"
"light -U 20"
XF86MonBrightnessDown