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