You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GTK4 doesn't load themed cursors anymore and relies on the cursor-shape protocol instead since 4.19. It means that currently all the GTK4 applications use wrong cursors (the gdk's built-in ones) and AFAIK the only way to fix this without Wayfire supporting the protocol is to rebuild GTK with custom cursors.
Wlroots and Sway do support the protocol, so I hope this should not be too hard.