mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
mouse speed
This commit is contained in:
parent
efe09fd5a0
commit
25cd4b9ee8
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;
|
sensitivity = 0.65;
|
||||||
};
|
};
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue