sxhkd: bind brightness control keys

This commit is contained in:
Łukasz Pankowski 2020-07-22 22:19:04 +02:00
parent a6cc161b38
commit 4ca746b086
2 changed files with 5 additions and 1 deletions

View File

@ -35,6 +35,9 @@ XF86Audio{Lower,Raise}Volume
XF86AudioMute XF86AudioMute
pamixer -t pamixer -t
XF86MonBrightness{Down,Up}
xbacklight -{dec,inc} 3
# #
# bspwm hotkeys # bspwm hotkeys
# #

View File

@ -35,7 +35,8 @@ for CMD in \
mpd \ mpd \
pamixer \ pamixer \
sx \ sx \
thunderbird; do thunderbird \
xbacklight; do
which "$CMD" which "$CMD"
done done