Skip to content

Instantly share code, notes, and snippets.

View ZeroDot1's full-sized avatar
🥦
Eat broccoli and work on open source projects.

ZeroDot1

🥦
Eat broccoli and work on open source projects.
View GitHub Profile
@ZeroDot1
ZeroDot1 / set-mouse-cursor-size.md
Created August 10, 2022 09:51 — forked from dbirks/set-mouse-cursor-size.md
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.