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