From da83bc9ea24932cda5e981db3623470b4065a414 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Fri, 19 Jul 2024 08:19:45 +1200 Subject: [PATCH] sway: set volume in steps of 10% --- .config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index d877f6d..cab32a5 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -77,8 +77,8 @@ bindsym $mod+Shift+p exec $shot save area # Change sound volume set $volume wpctl set-volume -l 1.2 @DEFAULT_AUDIO_SINK@ bindsym $mod+f1 exec $volume 0% -bindsym $mod+f2 exec $volume 5%- -bindsym $mod+f3 exec $volume 5%+ +bindsym $mod+f2 exec $volume 10%- +bindsym $mod+f3 exec $volume 10%+ # Pause/play cmus bindsym $mod+Shift+z exec cmus-remote -C player-pause