fix: correctly set pointer acceleration

This commit is contained in:
oddlama 2023-09-05 16:58:23 +02:00
parent 5fd3c3c263
commit f56fac68ac
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -23,9 +23,9 @@
xkb_layout = "de"; xkb_layout = "de";
xkb_numlock = "enabled"; xkb_numlock = "enabled";
}; };
"type:mouse" = { "type:pointer" = {
accel_profile = "flat"; accel_profile = "flat";
pointer_accel = "0.5"; pointer_accel = "0";
}; };
}; };
assigns = { assigns = {