From f82542790c81fa66cf484358d45210de036d01bb Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Tue, 5 Mar 2024 19:57:59 +0200 Subject: [PATCH] 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. --- src/plugins/shakecursor/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/shakecursor/metadata.json b/src/plugins/shakecursor/metadata.json index b6d859f7a1..647ef06887 100644 --- a/src/plugins/shakecursor/metadata.json +++ b/src/plugins/shakecursor/metadata.json @@ -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]": "اهتزاز المؤشر",