Skip to content

Instantly share code, notes, and snippets.

@dbirks
Created June 21, 2017 15:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dbirks/9e4a25f1f73173eff527fc31292654fc to your computer and use it in GitHub Desktop.
Save dbirks/9e4a25f1f73173eff527fc31292654fc to your computer and use it in GitHub Desktop.
Set mouse cursor size in Linux

I've found a couple places that need the change.

In ~/.Xresources, add something like Xcursor.size: 16. This fixed many issues for me, but chromium still had a large cursor when I hovered over it. A quick change to gsettings fixed it: gsettings set org.gnome.desktop.interface cursor-size 16.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment