mirror of https://codeberg.org/anemofilia/zero
radio: files: river: Use 120% as the maximum volume instead of 200%
parent
60720d4294
commit
f9b5608e16
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue