Add function shortcut for backlight

This commit is contained in:
Tanguy Herbron 2020-07-24 21:03:25 +02:00
parent 00b733bb9b
commit 5423b1e5b4

View File

@ -17,6 +17,14 @@
# Mute volume # Mute volume
"pactl set-sink-mute @DEFAULT_SINK@ toggle" "pactl set-sink-mute @DEFAULT_SINK@ toggle"
XF86AudioMute XF86AudioMute
# Increase backlight
"xbacklight -inc 10"
XF86MonBrightnessUp
# Decrease backlight
"xbacklight -dec 10"
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
# that you change. # that you change.