Increase mouse sensitivity in sway, add accel adaptive

This commit is contained in:
Martin Larsson 2025-12-21 02:18:46 +01:00
parent 87911be6b5
commit b22d9dd33c

View file

@ -18,6 +18,7 @@ input "type:touchpad" {
tap_button_map lrm tap_button_map lrm
# Cannot change base sensitivity, in sway accel and sensitivity are are intertwined :( # Cannot change base sensitivity, in sway accel and sensitivity are are intertwined :(
accel_profile "adaptive"
pointer_accel 0.225 pointer_accel 0.225
} }
@ -37,8 +38,8 @@ output DP-1 {
} }
input "type:pointer" { input "type:pointer" {
accel_profile "flat" accel_profile "adaptive"
pointer_accel 0 pointer_accel 0.75
} }
# Enables inhibit_idle when playing audio # Enables inhibit_idle when playing audio