added support to change volume

This commit is contained in:
2017-05-02 14:02:36 +02:00
parent 363ecbda5d
commit 8fe85c2f13

View File

@@ -71,16 +71,16 @@ super + space
dmenu_run -fn "-misc-tamlin-medium-r-normal--16-116-100-100-c-80-iso10646-1" -nb "#000000" -sb "#517ba2" dmenu_run -fn "-misc-tamlin-medium-r-normal--16-116-100-100-c-80-iso10646-1" -nb "#000000" -sb "#517ba2"
# mpd next track # mpd next track
alt + shift + n alt + n
mpc next mpc -h 192.168.0.1 next
# mpd previous track # mpd previous track
alt + shift + p alt + p
mpc prev mpc -h 192.168.0.1 prev
# play / pause mpd # play / pause mpd
alt + shift + s alt + s
mpc toggle mpc -h 192.168.0.1 toggle
# file manager # file manager
alt + BackSpace alt + BackSpace
@@ -88,7 +88,7 @@ alt + BackSpace
# web browser # web browser
alt + shift + b alt + shift + b
opera chromium
# steam # steam
alt + shift + x alt + shift + x
@@ -106,6 +106,18 @@ ctrl + super + m
alt + c alt + c
xdotool search --name "Rocket League" windowactivate windowmove 0 0 xdotool search --name "Rocket League" windowactivate windowmove 0 0
# increase master volume
alt + i
pamixer -i 5
# decrease master volume
alt + u
pamixer -d 5
# mute toggle
alt + m
pamixer -t
# make sxhkd reload its configuration files: # make sxhkd reload its configuration files:
super + Escape super + Escape
pkill -USR1 -x sxhkd pkill -USR1 -x sxhkd