I can’t imagine there is but I’m wondering if I am missing something. I use GeForce Now and unfortunately it does not work in Plasma Wayland (issues with input redirection). Is there any problem with logging into an X11 session whenever I want to use that but using Wayland generally?
I always have scaling issues, for panel and everything else. X11 too big, Wayland then too small. If you find the correct files (something I really dislike about KDE, that not every setting is a file it seems), you could change them like
x11-setup() { mv settings.conf settings-wayland.conf.bak mv settings-x11.conf.bak settings.conf } wayland-setup() { mv settings.conf settings-x11.conf.bak mv settings-wayland.conf.bak settings.conf }
In your bashrc (now lets hope for Lemmy not not mess up those scaaary UTF characters)