From 99189927ff05a03f522878753ae85a3a8e0cc4c1 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Sun, 19 Jun 2022 14:34:47 +0200 Subject: Added sxhkd binding for selecting audio sink. --- stow/sxhkd/.config/sxhkd/sxhkdrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stow/sxhkd/.config/sxhkd/sxhkdrc b/stow/sxhkd/.config/sxhkd/sxhkdrc index dcc18bd..dcf6020 100644 --- a/stow/sxhkd/.config/sxhkd/sxhkdrc +++ b/stow/sxhkd/.config/sxhkd/sxhkdrc @@ -38,14 +38,17 @@ super + ctrl + shift + l # From https://faq.i3wm.org/question/3747/enabling-multimedia-keys/?answer=3759#post-id-3759 # Pulse Audio controls -#increase sound volume +# Increase sound volume XF86Audio{Lower,Raise}Volume ~/scripts/vol.sh "{-,+}$CONFIG_VOL_CHANGE" super + XF86Audio{Lower,Raise}Volume ~/scripts/vol.sh "{-,+}$CONFIG_BIG_VOL_CHANGE" -#mute sound +# Mute sound XF86AudioMute ~/scripts/vol.sh "mute" +# Select sink +super + o + ~/scripts/selectAudioSink.sh # Sreen brightness controls # increase screen brightness -- cgit v1.2.1