input.conf
1 # Control your input devices 2 # See https://wiki.hypr.land/Configuring/Variables/#input 3 input { 4 # Use multiple keyboard layouts and switch between them with Left Alt + Right Alt 5 # kb_layout = us,dk,eu 6 kb_layout = us 7 kb_options = caps:swapescape # ,grp:alts_toggle 8 9 # Change speed of keyboard repeat 10 repeat_rate = 40 11 repeat_delay = 600 12 13 # Start with numlock on by default 14 numlock_by_default = true 15 16 # Increase sensitity for mouse/trackpack (default: 0) 17 # sensitivity = 0.35 18 19 touchpad { 20 # Use natural (inverse) scrolling 21 # natural_scroll = true 22 23 # Use two-finger clicks for right-click instead of lower-right corner 24 # clickfinger_behavior = true 25 26 # Control the speed of your scrolling 27 scroll_factor = 0.4 28 } 29 } 30 31 # Scroll faster in the terminal 32 windowrule = scrolltouchpad 1.5, tag:terminal 33 34 # Enable touchpad gestures for changing workspaces 35 # See https://wiki.hyprland.org/Configuring/Gestures/ 36 # gesture = 3, horizontal, workspace