forked from mirrors_public/oddlama_nix-config
fix: correctly set pointer acceleration
This commit is contained in:
parent
5fd3c3c263
commit
f56fac68ac
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue