mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 22:43:58 +01:00
Add mouse acceleration option to libinput config options, because they weren't there before.
parent
836a26cde4
commit
3c6dfbd2d8
1
Home.md
1
Home.md
@ -250,6 +250,7 @@ input <device name> {
|
|||||||
tap enabled
|
tap enabled
|
||||||
natural_scroll disabled
|
natural_scroll disabled
|
||||||
dwt enabled
|
dwt enabled
|
||||||
|
accel_profile "flat" # disable mouse acceleration (enabled by default; to set it manually, use "adaptive" instead of "flat")
|
||||||
pointer_accel 0.5 # set mouse sensitivity (between -1 and 1)
|
pointer_accel 0.5 # set mouse sensitivity (between -1 and 1)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user