diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 42259de..a68f730 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -39,8 +39,21 @@ bind = SUPER ALT, G, exec, $webapp="https://messages.google.com/web/conversation bind = SUPER, X, exec, $webapp="https://x.com/" bind = SUPER SHIFT, X, exec, $webapp="https://x.com/compose/post" -# Use multiple keyboard layouts and switch between them with Alt + Space -# input { -# kb_layout = us,dk -# kb_options = compose:caps,grp:alt_space_toggle -# } +# Control your input devices +input { + # Use multiple keyboard layouts and switch between them with Alt + Space + # kb_layout = us,dk + # kb_options = compose:caps,grp:alt_space_toggle + + # Change speed of keyboard repeat + # repeat_rate = 25 + # repeat_deplay = 600 + + touchpad { + # Use natural (inverse) scrolling + # natural_scroll = true + + # Control the speed of your scrolling + scroll_factor = 0.3 + } +}