Sway : Add config for touchpad.
This commit is contained in:
parent
69562f560c
commit
959113d47a
|
@ -20,3 +20,12 @@ input type:pointer {
|
||||||
natural_scroll enabled
|
natural_scroll enabled
|
||||||
middle_emulation enabled
|
middle_emulation enabled
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input type:touchpad {
|
||||||
|
accel_profile flat
|
||||||
|
pointer_accel 0
|
||||||
|
dwt enabled
|
||||||
|
tap enabled
|
||||||
|
natural_scroll enabled
|
||||||
|
middle_emulation enabled
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue