sway: remove pulseaudio and use sndio

This commit is contained in:
Jeremy Baxter 2024-03-28 14:04:14 +13:00
parent 3dc7d64249
commit 4e40566e3d

View file

@ -2,7 +2,7 @@
exec emacs --daemon exec emacs --daemon
exec kwalletd5 exec kwalletd5
exec mako exec mako
exec pulseaudio --start exec sndiod
### Variables ### Variables
@ -70,9 +70,9 @@ bindsym $mod+p exec $shot copy area
bindsym $mod+Shift+p exec $shot save area bindsym $mod+Shift+p exec $shot save area
# Change sound volume # Change sound volume
bindsym $mod+f1 exec pulsemixer --toggle-mute bindsym $mod+f1 exec sndioctl output.level=0
bindsym $mod+f2 exec pulsemixer --change-volume -5 bindsym $mod+f2 exec sndioctl output.level=-0.05
bindsym $mod+f3 exec pulsemixer --change-volume +5 bindsym $mod+f3 exec sndioctl output.level=+0.05
# Pause/play cmus # Pause/play cmus
bindsym $mod+Shift+z exec cmus-remote -C player-pause bindsym $mod+Shift+z exec cmus-remote -C player-pause