commit: 77145d3d2cab0b2fba46510300b87f1e899fef63
parent 689b44ae142110460e40c9d72f8b0852bfc27e66
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 9 Oct 2020 08:19:30 +0200
sway: Add ALSA audio binding
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/.config/sway/config b/.config/sway/config
@@ -143,4 +143,9 @@ exec_always swaymsg 'output * bg "'${MY_WALLPAPER}'" "'${MY_WALLPAPER_MODE}'"'
#bindsym $mod+b bar hidden_state toggle
bindsym $mod+b exec killall -SIGUSR1 waybar
+bindsym XF86AudioMute exec amixer set Master playback toggle
+bindsym XF86AudioRaiseVolume exec amixer set Master playback 1%+
+bindsym XF86AudioLowerVolume exec amixer set Master playback 1%-
+bindsym XF86AudioMicMute exec amixer set Capture capture toggle
+
exec $term