Merge pull request #7 from ChrRubin/main

Change mouse input config to `type:pointer`
This commit is contained in:
Piotr Miller 2022-04-15 19:30:13 +02:00 committed by GitHub
commit 2b10906f29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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