From 54f6bff097e3c99861ecea33a7a6df8cdfdf9d3b Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 29 Jul 2025 11:51:33 +0200 Subject: [PATCH] add horizontal scrolling --- 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 5b7c798..e5d7ede 100644 --- a/dot_config/hypr/keybindings.conf +++ b/dot_config/hypr/keybindings.conf @@ -141,10 +141,10 @@ bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 10%+ bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%- # 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" -bindl = ,mouse:287, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%- +bindl = ,mouse_left, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%- # Requires playerctl bindl = , XF86AudioNext, exec, playerctl next