mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
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_numlock = "enabled";
|
||||
};
|
||||
"type:mouse" = {
|
||||
"type:pointer" = {
|
||||
accel_profile = "flat";
|
||||
pointer_accel = "0.5";
|
||||
pointer_accel = "0";
|
||||
};
|
||||
};
|
||||
assigns = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue