fix(niri): touchpad
This commit is contained in:
parent
d779b76be0
commit
ace56666f5
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue