2

I'm wondering whether there is a way to turn the mouse pointer into a laser pointer, preferrably a thick red dot with a fading trail, e.g. for a screen-sharing session with slides in LibreImpress or a PDF opened in some viewer. Ideally, this feature would be application-independent, a GNOME or X feature so to say. This LibreImpress-specific option is not quite what I'm looking for. Also GNOME Tweaks does AFAIK not allow me to do this. Thanks for hints to a potential solution.

mfg
  • 1,407

2 Answers2

1

If you have some installed cursor themes, you can move that folder to the ~/.local/share/icons and then you should be able to change cursor in gnome tweak tool

See How to make the mouse cursor look like a laser pointer in Ubuntu? for more details.

Emil
  • 110
  • Thanks for your hint. I moved /usr/share/icons to ~/.local/share/icons and GNOME Tweaks still shows the same Cursor themes. Actually, I am aware of changing cursor themes in Tweaks, done this many times in the past. On the one hand, none of the themes comes close to what I described and, on the other hand, I doubt that GNOME Tweaks has the capability to achieve an MS Powerpoint/Apple Keynote-like pointer style. I suppose it needs a bespoke driver or GNOME app to achieve this. I'm looking for something like the latter. – mfg Feb 25 '21 at 07:56
  • It seems that one can develop a new theme such as Yaru or Numix including corresponding cursors, though not sure about how to design cursors with a fading trail. I'm unfortunately unfamiliar with GNOME theme design and I fear that I'm currently not able to invest the necessary time. Thanks for any further suggestions. – mfg Feb 25 '21 at 08:07
0

sudo apt install dconf-editor dconf-editor

navigate to org/gnome/desktop/interface/cursor-theme

try

redglass OR handhelds

Default : Yaru

hmh
  • 1