fix(touchpad): accidental touchpad disabled while typing

This commit is contained in:
2026-03-17 18:49:03 +00:00
parent 3481125919
commit 1db39683e9

View File

@@ -13,6 +13,7 @@ input {
touchpad { touchpad {
natural_scroll = true natural_scroll = true
scroll_factor = 0.45 scroll_factor = 0.45
disable_while_typing = false
} }
} }