hyprland: input: setup touchpad scrolling

This commit is contained in:
timoxa0 2025-01-01 15:47:58 +05:00
parent 76bc8b4151
commit 57f6961e9f

View file

@ -68,6 +68,8 @@ input {
follow_mouse = 1 follow_mouse = 1
sensitivity = 0 sensitivity = 0
touchpad { touchpad {
natural_scroll = false natural_scroll = true
scroll_factor = 0.1
drag_lock = true
} }
} }