diff options
Diffstat (limited to 'stow')
-rw-r--r-- | stow/sxhkd/.config/sxhkd/sxhkdrc | 7 |
1 files 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 |