From 135bc6091d06ba54257c04c68af69f2f934b90a5 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Wed, 20 Mar 2024 14:51:07 -0500 Subject: [PATCH] 1% increment change from vol wheel --- hypr/config/keybinds.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypr/config/keybinds.conf b/hypr/config/keybinds.conf index a0fa3bb..36fb5a0 100644 --- a/hypr/config/keybinds.conf +++ b/hypr/config/keybinds.conf @@ -59,8 +59,8 @@ bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow # Audio keybinds -bind = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ -bind = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- +bind = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+ +bind = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%- bind = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle bind = , XF86AudioPlay, exec, playerctl play-pause bind = , XF86AudioStop, exec,