fix(hypr): increase scroll factor

Scrolling on certain apps is too slow with 0.2
This commit is contained in:
2026-03-12 08:55:49 +00:00
parent 9ee3da3100
commit 568a81a94d
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ input {
touchpad {
natural_scroll = true
scroll_factor = 0.2
scroll_factor = 0.5
}
}