radio: files: river: Use 120% as the maximum volume instead of 200%

impermanence
Luis Guilherme Coelho 2024-08-09 17:31:08 -03:00
parent 60720d4294
commit f9b5608e16
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 3 additions and 3 deletions

View File

@ -184,7 +184,7 @@ riverctl map normal Super c spawn keepassxc
riverctl map normal Super z spawn anna riverctl map normal Super z spawn anna
# guix repl # guix repl
riverctl map normal Super g spawn "$TERMINAL -e guix repl" riverctl map normal Super g spawn "$TERMINAL -e guix repl -i ~/.config/guile/guilerc"
## Tag related keybindings ____________________________________________________ ## Tag related keybindings ____________________________________________________
@ -241,9 +241,9 @@ riverctl map normal Super Print \
for mode in normal locked wlrctl for mode in normal locked wlrctl
do do
riverctl map -repeat $mode None XF86AudioRaiseVolume \ riverctl map -repeat $mode None XF86AudioRaiseVolume \
spawn 'wpctl set-volume -l 2.0 @DEFAULT_AUDIO_SINK@ 1%+' spawn 'wpctl set-volume -l 1.2 @DEFAULT_AUDIO_SINK@ 1%+'
riverctl map -repeat $mode None XF86AudioLowerVolume \ riverctl map -repeat $mode None XF86AudioLowerVolume \
spawn 'wpctl set-volume -l 2.0 @DEFAULT_AUDIO_SINK@ 1%-' spawn 'wpctl set-volume -l 1.2 @DEFAULT_AUDIO_SINK@ 1%-'
riverctl map -repeat $mode None XF86AudioMute \ riverctl map -repeat $mode None XF86AudioMute \
spawn 'wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle' spawn 'wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle'
riverctl map -repeat $mode None XF86AudioMicMute \ riverctl map -repeat $mode None XF86AudioMicMute \