Go back to using PulseAudio for volume control

This commit is contained in:
Ohad Livne 2025-06-04 22:45:12 +03:00
parent e8520cd29c
commit 2609aa57ae
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
3 changed files with 8 additions and 8 deletions

View file

@ -19,6 +19,7 @@ make \
mpv \
network-manager \
postfix \
pulseaudio-utils \
python3-venv
sway \
swayidle \

View file

@ -232,9 +232,9 @@ bindsym Mod4+4 exec fcitx5-remote -s keyboard-fr
#
bindsym XF86TouchpadToggle exec swaymsg input type:touchpad events toggle enabled disabled
bindsym XF86AudioMute exec amixer set Master toggle
bindsym XF86AudioLowerVolume exec amixer set Master 5%-
bindsym XF86AudioRaiseVolume exec amixer set Master 5%+
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
#
# Start a password manager in the scratchpad