Increase mouse sensitivity in sway, add accel adaptive
This commit is contained in:
parent
87911be6b5
commit
b22d9dd33c
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue