wayfire: fix volume change issue
This commit is contained in:
parent
c638da74b3
commit
6311789dac
1 changed files with 2 additions and 2 deletions
|
@ -175,9 +175,9 @@ command_screencast_stop = killall -INT wf-recorder
|
||||||
|
|
||||||
## Volume controls alias-utils
|
## Volume controls alias-utils
|
||||||
repeatable_binding_volume_up = KEY_F3
|
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
|
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
|
binding_mute = KEY_F1
|
||||||
command_mute = pactl set-sink-mute @DEFAULT_SINK@ toggle
|
command_mute = pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue