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 {
|
||||
tap
|
||||
// dwt
|
||||
// dwtp
|
||||
natural-scroll
|
||||
//tap
|
||||
dwt
|
||||
dwtp
|
||||
//natural-scroll
|
||||
// accel-speed 0.2
|
||||
// accel-profile "flat"
|
||||
// scroll-method "two-finger"
|
||||
scroll-method "two-finger"
|
||||
click-method "button-areas"
|
||||
// disabled-on-external-mouse
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue