diff options
Diffstat (limited to 'config/sxhkd')
-rw-r--r-- | config/sxhkd/sxhkdrc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index 8ffb0a5..7358236 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -10,10 +10,12 @@ super + ctrl + alt + f pactl list sources | grep -qi 'Active Port: analog-input-rear-mic' && pactl set-source-port 2 analog-input-front-mic || pactl set-source-port 2 analog-input-rear-mic #Volume Control -super + Next +{XF86AudioLowerVolume,super + Next} amixer -D pulse sset Master 5%- -super + Prior +{XF86AudioRaiseVolume,super + Prior} amixer -D pulse sset Master 5%+ +{XF86AudioMute} + amixer -D pulse set Master 1+ toggle # runner super + r @@ -161,10 +163,10 @@ super + comma super + alt + ctrl + o mpc toggle -super + alt + ctrl + p +{XF86AudioNext, super + alt + ctrl + p mpc next -super + alt + ctrl + i +{XF86AudioPrev,super + alt + ctrl + i} mpc prev super + alt + ctrl + apostrophe mpc shuffle |