sxhkd: bind brightness control keys
This commit is contained in:
parent
a6cc161b38
commit
4ca746b086
@ -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
|
||||||
#
|
#
|
||||||
|
@ -35,7 +35,8 @@ for CMD in \
|
|||||||
mpd \
|
mpd \
|
||||||
pamixer \
|
pamixer \
|
||||||
sx \
|
sx \
|
||||||
thunderbird; do
|
thunderbird \
|
||||||
|
xbacklight; do
|
||||||
which "$CMD"
|
which "$CMD"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user