mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
mouse sensitivity
This commit is contained in:
parent
bb5d0e317a
commit
b24102d423
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ in
|
||||||
kb_layout = "us";
|
kb_layout = "us";
|
||||||
follow_mouse = 1;
|
follow_mouse = 1;
|
||||||
accel_profile = "flat";
|
accel_profile = "flat";
|
||||||
sensitivity = 0.65;
|
sensitivity = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue