change steps from 10 to 5

This commit is contained in:
Simon Rieger 2025-08-04 22:37:23 +02:00
parent 4a17fa2802
commit b27e5cd124

View file

@ -141,10 +141,10 @@ bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 5%+
bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 5%- bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 5%-
# Lautstärke 10% erhöhen bei horizontalem Scroll "rechts" # 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" # 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 # Requires playerctl
bindl = , XF86AudioNext, exec, playerctl next bindl = , XF86AudioNext, exec, playerctl next