Custom CUrsor only shows up in certain Apps :(
2026-06-26 17:20 UTC
Replies (3)
-
@undrwater@lemmy.world 2026-06-26 18:05
How did you install the custom cursors? Xfce uses gtk framework, as does Firefox. Steam uses their own framework. You’re looking for a way to set the cursors globally.
-
@edinbruh@feddit.it 2026-06-26 19:57
Some apps Will draw their own cursor and there’s nothing you can do about it. However, what’s happening here might be something else, so, are these apps in flatpak?
-
@juipeltje@lemmy.world 2026-06-26 21:47
You might want to try creating a file called index.theme in .local/share/icons/default/ and putting this in it: [Icon Theme] Name=Default Comment=Default Cursor Theme Inherits=your-theme-here cursors can be a pain in the ass to actually make them show up everywhere properly. If you’re using Xorg you might also need to set it in .Xresources: Xcursor.theme: your-theme-here Xcursor.size: 24 and then if you get into flatpaks you might have to mess with settings in flatseal to give it access to the cursor theme.