radio: files: river: Raise and lower the volume by 5

impermanence
Luis Guilherme Coelho 2024-10-20 21:05:00 -03:00
parent ce785d832c
commit 200be1f758
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 2 additions and 2 deletions

View File

@ -240,9 +240,9 @@ riverctl map normal Super Print \
for mode in normal locked wlrctl
do
riverctl map -repeat $mode None XF86AudioRaiseVolume \
spawn 'wpctl set-volume -l 1.2 @DEFAULT_AUDIO_SINK@ 1%+'
spawn 'wpctl set-volume -l 1.2 @DEFAULT_AUDIO_SINK@ 5%+'
riverctl map -repeat $mode None XF86AudioLowerVolume \
spawn 'wpctl set-volume -l 1.2 @DEFAULT_AUDIO_SINK@ 1%-'
spawn 'wpctl set-volume -l 1.2 @DEFAULT_AUDIO_SINK@ 5%-'
riverctl map -repeat $mode None XF86AudioMute \
spawn 'wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle'
riverctl map -repeat $mode None XF86AudioMicMute \