Change mouse input config to type:pointer

This commit is contained in:
C. Rubin 2022-04-15 15:50:22 +08:00 committed by ChrRubin
parent 3484ccec8a
commit e411c7094a
No known key found for this signature in database
GPG Key ID: 08840622617935F0

View File

@ -92,7 +92,7 @@ input "type:touchpad" {
}
# disable acceleration for mice
input "type:mouse" {
input "type:pointer" {
accel_profile flat
}