fix(niri): touchpad

This commit is contained in:
Florian Schmitt 2025-01-14 16:26:17 +03:00
parent d779b76be0
commit ace56666f5

View file

@ -9,13 +9,14 @@ input {
} }
touchpad { touchpad {
tap //tap
// dwt dwt
// dwtp dwtp
natural-scroll //natural-scroll
// accel-speed 0.2 // accel-speed 0.2
// accel-profile "flat" // accel-profile "flat"
// scroll-method "two-finger" scroll-method "two-finger"
click-method "button-areas"
// disabled-on-external-mouse // disabled-on-external-mouse
} }