How to change mouse pointer size and appearance in GNOME (18.04)?

18,084

One immediate way is to use dconf to set cursor size at the command line:

dconf write /org/gnome/desktop/interface/cursor-size 25

A better way is usually to install and use the dconf-editor

sudo apt-get install dconf-tools

dconf-editor   # brings up ui tool

Navigate to: org/gnome/desktop/interface/cursor-size

You will then be able to change the cursor size, e.g.

enter image description here


To change the type of cursor, for example this red pointer

enter image description here

Use Ubuntu's tweak toolenter image description here:


Share:
18,084

Related videos on Youtube

Michael Durrant
Author by

Michael Durrant

Updated on September 18, 2022

Comments

  • Michael Durrant
    Michael Durrant over 1 year

    I want to change the appearance (size, shape and color) of the mouse pointer.

    What options are available for me?

  • vanadium
    vanadium almost 5 years
    Be aware this won't persist between sessions.
  • pomsky
    pomsky almost 5 years
    @vanadium This is not correct at all, I've been using both these tweaks since forever. One of the first thing I do after a new Ubuntu installation is switching to a different cursor theme like breeze (I don't like any of the default ones).
  • vanadium
    vanadium almost 5 years
    @pomsky Setting size (at least for me) did not persist between sessions. I am still running an autostart script for that (I should check whether it sticks now). I agree that changing cursor theme will be persistent.
  • pomsky
    pomsky almost 5 years
    @vanadium I meant both work fine for me for ages. Perhaps "specifically not working for a certain user" is not always same as the statement "does not work in general".
  • vanadium
    vanadium almost 5 years
    @pomsky I disabled my autostart and indeed, the setting sticks. Might have been under Antergos where I started using an autostart line because then the size setting would not stick for me.