fix: pipewire controls
This commit is contained in:
@@ -833,7 +833,7 @@ type = internal/pulseaudio
|
|||||||
|
|
||||||
; Sink to be used, if it exists (find using `pacmd list-sinks`, name field)
|
; Sink to be used, if it exists (find using `pacmd list-sinks`, name field)
|
||||||
; If not, uses default sink
|
; 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
|
; Use PA_VOLUME_UI_MAX (~153%) if true, or PA_VOLUME_NORM (100%) if false
|
||||||
; Default: true
|
; Default: true
|
||||||
|
|||||||
@@ -103,13 +103,13 @@ XF86AudioNext
|
|||||||
XF86AudioPrev
|
XF86AudioPrev
|
||||||
mpc prev
|
mpc prev
|
||||||
XF86AudioRaiseVolume
|
XF86AudioRaiseVolume
|
||||||
pulseaudio-ctl up 5
|
pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
XF86AudioLowerVolume
|
XF86AudioLowerVolume
|
||||||
pulseaudio-ctl down 5
|
pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||||
XF86AudioMute
|
XF86AudioMute
|
||||||
pulseaudio-ctl mute
|
pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||||
XF86AudioMicMute
|
XF86AudioMicMute
|
||||||
pulseaudio-ctl mute-input
|
pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||||
|
|
||||||
#Brillo
|
#Brillo
|
||||||
XF86MonBrightnessUp
|
XF86MonBrightnessUp
|
||||||
|
|||||||
Reference in New Issue
Block a user