sxhkd: bind brightness control keys
This commit is contained in:
parent
a6cc161b38
commit
4ca746b086
@ -35,6 +35,9 @@ XF86Audio{Lower,Raise}Volume
|
||||
XF86AudioMute
|
||||
pamixer -t
|
||||
|
||||
XF86MonBrightness{Down,Up}
|
||||
xbacklight -{dec,inc} 3
|
||||
|
||||
#
|
||||
# bspwm hotkeys
|
||||
#
|
||||
|
@ -35,7 +35,8 @@ for CMD in \
|
||||
mpd \
|
||||
pamixer \
|
||||
sx \
|
||||
thunderbird; do
|
||||
thunderbird \
|
||||
xbacklight; do
|
||||
which "$CMD"
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user