Fix: Use accel_profile=flat instead of force_no_accel for proper pointer behavior (#5479)
* Replace force_no_accel with accel_profile * Correct comment
This commit is contained in:
@@ -19,8 +19,8 @@ input {
|
|||||||
# Increase sensitivity for mouse/trackpad (default: 0)
|
# Increase sensitivity for mouse/trackpad (default: 0)
|
||||||
# sensitivity = 0.35
|
# sensitivity = 0.35
|
||||||
|
|
||||||
# Turn off mouse acceleration (default: false)
|
# Turn off mouse acceleration (default: adaptive)
|
||||||
# force_no_accel = true
|
# accel_profile = flat
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
# Use natural (inverse) scrolling
|
# Use natural (inverse) scrolling
|
||||||
|
|||||||
Reference in New Issue
Block a user