fix: pipewire controls

This commit is contained in:
2025-11-09 19:17:08 +01:00
parent 654d757f26
commit 6ab3745c18
2 changed files with 5 additions and 5 deletions

View File

@@ -833,7 +833,7 @@ type = internal/pulseaudio
; Sink to be used, if it exists (find using `pacmd list-sinks`, name field)
; If not, uses default sink
sink = alsa_output.pci-0000_03_00.6.analog-stereo
sink = @DEFAULT_SINK@
; Use PA_VOLUME_UI_MAX (~153%) if true, or PA_VOLUME_NORM (100%) if false
; Default: true

View File

@@ -103,13 +103,13 @@ XF86AudioNext
XF86AudioPrev
mpc prev
XF86AudioRaiseVolume
pulseaudio-ctl up 5
pactl set-sink-volume @DEFAULT_SINK@ +5%
XF86AudioLowerVolume
pulseaudio-ctl down 5
pactl set-sink-volume @DEFAULT_SINK@ -5%
XF86AudioMute
pulseaudio-ctl mute
pactl set-sink-mute @DEFAULT_SINK@ toggle
XF86AudioMicMute
pulseaudio-ctl mute-input
pactl set-source-mute @DEFAULT_SOURCE@ toggle
#Brillo
XF86MonBrightnessUp