Setting cursor size in Gnome

There is no default application in distributions to set cursor size but it is always possible through gsettings command line utility. To get existing cursor size: $ gsettings get org.gnome.desktop.interface cursor-size 32 As you can see, cursor size in this example: 32 To change it to 64, use f…