From b27e5cd1248adf0d3744af2298a4c15e906fd794 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Mon, 4 Aug 2025 22:37:23 +0200 Subject: [PATCH] change steps from 10 to 5 --- dot_config/hypr/keybindings.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/hypr/keybindings.conf b/dot_config/hypr/keybindings.conf index 9257955..597b3a8 100644 --- a/dot_config/hypr/keybindings.conf +++ b/dot_config/hypr/keybindings.conf @@ -141,10 +141,10 @@ bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 5%+ bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 5%- # Lautstärke 10% erhöhen bei horizontalem Scroll "rechts" -bindl = ,mouse_right, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%+ +bindl = ,mouse_right, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ # Lautstärke 10% verringern bei horizontalem Scroll "links" -bindl = ,mouse_left, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%- +bindl = ,mouse_left, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- # Requires playerctl bindl = , XF86AudioNext, exec, playerctl next