trialuser02 / qt6ct

Qt6 Configuration Tool
BSD 2-Clause "Simplified" License
128 stars 10 forks source link

How to set cursor theme? #45

Open raffaem opened 2 months ago

raffaem commented 2 months ago

How can I set the cursor theme?

I have installed nordzy-cursors and copied /usr/share/icons/nordzy-cursors into both ~/.local/share/icons and ~/.icons, but still it doesn't show up in qt6ct's "Icon theme" tab and in any case there is not tab to select a cursor different from the icon theme.

ilya-fedin commented 2 months ago

That's not a toolkit thing, you can use Xcursor.{theme,size} parameters for .Xresources config on X11, compositor configuration on Wayland compositors with support for cursor-shape-v1 and XCURSOR_{THEME,SIZE} environment variables for Wayland compositors without cursor-shape-v1 support.