Add function shortcut for backlight
This commit is contained in:
parent
00b733bb9b
commit
5423b1e5b4
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user