wayfire: fix volume change issue

This commit is contained in:
kuoi 2022-08-26 17:22:42 +01:00
parent c638da74b3
commit 6311789dac
1 changed files with 2 additions and 2 deletions

View File

@ -175,9 +175,9 @@ command_screencast_stop = killall -INT wf-recorder
## Volume controls alias-utils
repeatable_binding_volume_up = KEY_F3
command_volume_up = pactl set-sink-volume 0 +5%
command_volume_up = pactl set-sink-volume @DEFAULT_SINK@ +5%
repeatable_binding_volume_down = KEY_F2
command_volume_down = pactl set-sink-volume 0 -5%
command_volume_down = pactl set-sink-volume @DEFAULT_SINK@ -5%
binding_mute = KEY_F1
command_mute = pactl set-sink-mute @DEFAULT_SINK@ toggle