fix(cursor): removed invasive expansion of cursor at certain threshold

This commit is contained in:
kenji
2026-01-11 19:00:15 -06:00
parent 97d50851f6
commit 795a7babd0
+2 -1
View File
@@ -30,7 +30,8 @@
shake = { shake = {
enabled = true; enabled = true;
threshold = 4.0; threshold = 4.0;
factor = 1.5; limit = 4.0;
timeout = 200;
}; };
}; };