plugins/shakecursor: Enable by default
Multi monitor setups with 4K screens are not uncommon and one of the annoyances associated with such setups is that you lose the track of the cursor sometimes. It's natural to shake the cursor in such occasions. This change enables the shake cursor effect to improve the desktop experience. One potential risk associated with doing so is that the cursor can be magnified in some undesired situations. It is true. But we took a great precaution of that and added some heuristics to avoid triggering the effect in such cases given all the data we have available.
This commit is contained in:
parent
dcd20922d9
commit
f82542790c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
"Description[x-test]": "xxMakes the cursor larger when the pointer is quickly moved back and forthxx",
|
||||
"Description[zh_CN]": "快速往返移动指针后加大显示光标",
|
||||
"Description[zh_TW]": "快速來回移動游標時讓游標變大",
|
||||
"EnabledByDefault": false,
|
||||
"EnabledByDefault": true,
|
||||
"License": "GPL",
|
||||
"Name": "Shake Cursor",
|
||||
"Name[ar]": "اهتزاز المؤشر",
|
||||
|
|
Loading…
Reference in a new issue