add horizontal scrolling

This commit is contained in:
Simon Rieger 2025-07-29 11:51:33 +02:00
parent f06fb941c4
commit 54f6bff097

View file

@ -141,10 +141,10 @@ bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 10%+
bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%- bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%-
# Lautstärke 10% erhöhen bei horizontalem Scroll "rechts" # Lautstärke 10% erhöhen bei horizontalem Scroll "rechts"
bindl = ,mouse:288, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%+ bindl = ,mouse_right, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%+
# Lautstärke 10% verringern bei horizontalem Scroll "links" # Lautstärke 10% verringern bei horizontalem Scroll "links"
bindl = ,mouse:287, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%- bindl = ,mouse_left, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%-
# Requires playerctl # Requires playerctl
bindl = , XF86AudioNext, exec, playerctl next bindl = , XF86AudioNext, exec, playerctl next