From f9b5608e16e808193a61fc0bc51b112d48483566 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Fri, 9 Aug 2024 17:31:08 -0300 Subject: [PATCH] radio: files: river: Use 120% as the maximum volume instead of 200% --- home-environments/radio/files/.config/river/init | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home-environments/radio/files/.config/river/init b/home-environments/radio/files/.config/river/init index 646b208..2f2d5b7 100755 --- a/home-environments/radio/files/.config/river/init +++ b/home-environments/radio/files/.config/river/init @@ -184,7 +184,7 @@ riverctl map normal Super c spawn keepassxc riverctl map normal Super z spawn anna # 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 ____________________________________________________ @@ -241,9 +241,9 @@ riverctl map normal Super Print \ for mode in normal locked wlrctl do 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 \ - 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 \ spawn 'wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle' riverctl map -repeat $mode None XF86AudioMicMute \