From 6311789dac855cdf840143ce2470517189d41dbc Mon Sep 17 00:00:00 2001 From: Kuoi Date: Fri, 26 Aug 2022 17:22:42 +0100 Subject: [PATCH] wayfire: fix volume change issue --- dot_config/wayfire.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/wayfire.ini b/dot_config/wayfire.ini index 8d9509e..d48b5c0 100644 --- a/dot_config/wayfire.ini +++ b/dot_config/wayfire.ini @@ -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