Took me some time to figure out how to change the cursor size on Raspberry Pi OS.
To adjust size of cursor outside of apps:
Edit the following file: sudo nano /etc/xdg/labwc/environment
Change the value of XCURSOR_SIZE to something that works for you, 32 in my case.
To adjust size of cursor over apps run gsettings set org.gnome.desktop.interface cursor-size 32.
See also:
https://superuser.com/a/1905875/538980
To adjust size of cursor outside of apps:
Edit the following file: sudo nano /etc/xdg/labwc/environment
Change the value of XCURSOR_SIZE to something that works for you, 32 in my case.
To adjust size of cursor over apps run gsettings set org.gnome.desktop.interface cursor-size 32.
See also:
https://superuser.com/a/1905875/538980
Statistics: Posted by Slion — Fri Jun 20, 2025 9:04 pm