From 2205e2e2acdf43cae1a119d7f59429804883cf76 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 28 Nov 2024 15:43:40 +0000 Subject: Reduce volume amount in sway config --- dot-config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dot-config/sway') diff --git a/dot-config/sway/config b/dot-config/sway/config index 9c3bc2a..ee64e1e 100644 --- a/dot-config/sway/config +++ b/dot-config/sway/config @@ -105,8 +105,8 @@ bindsym --locked XF86MonBrightnessUp exec brightnessctl set +10% && brightnessct bindsym --locked XF86MonBrightnessDown exec brightnessctl --min-value=10 set 10-% && brightnessctl --save bindsym XF86AudioMute exec wpctl set-mute @DEFAULT_SINK@ toggle -bindsym XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_SINK@ 10%+ -bindsym XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_SINK@ 10%- +bindsym XF86AudioRaiseVolume exec wpctl set-volume --limit 1.0 @DEFAULT_SINK@ 5%+ +bindsym XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_SINK@ 5%- bindsym $mod+h splith bindsym $mod+v splitv -- cgit