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?

  • warmaster@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    9 months ago

    The smaller the interval of each switch between the two, our timeline folds onto itself at a faster rate. If you like this dimension, please just adapt and use Wayland. Or you’ll be the harbinger of doom for us all.

  • Pantherina@feddit.de
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    9 months ago

    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)