How to change mouse pointer size and appearance in GNOME (18.04)? [duplicate]
By David Jones •
I want to change the appearance (size, shape and color) of the mouse pointer.
What options are available for me?
61 Answer
One immediate way is to use dconf to set cursor size at the command line:
dconf write /org/gnome/desktop/interface/cursor-size 25A better way is usually to install and use the dconf-editor
sudo apt-get install dconf-tools
dconf-editor # brings up ui toolNavigate to: org/gnome/desktop/interface/cursor-size
You will then be able to change the cursor size, e.g.
To change the type of cursor, for example this red pointer
Use Ubuntu's tweak tool
:
5