From 291358722dc2f4dfa7217fa84f139e644801e5ee Mon Sep 17 00:00:00 2001 From: FoxWDN <124158438+FoxWDN@users.noreply.github.com> Date: Fri, 24 Mar 2023 16:04:10 +0300 Subject: [PATCH] Add volume limit to keybinds (#166) --- pages/Configuring/Binds.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/Configuring/Binds.md b/pages/Configuring/Binds.md index 1f5d990..ecb0748 100644 --- a/pages/Configuring/Binds.md +++ b/pages/Configuring/Binds.md @@ -148,8 +148,8 @@ m -> mouse, see below Example Usage: ```ini -# Example volume button that allows press and hold -binde=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ +# Example volume button that allows press and hold, volume limited to 150% +binde=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+ # Example volume button that will activate even while an input inhibitor is active bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-