Title. Yep, I’m trying to multitask with a Orange pi zero 3 (remotely) without the need of kvm’s.

Both client and remote PC’s are wayland-related. Trying to connect w/ ssh.

  • 9point6@lemmy.world
    link
    fedilink
    arrow-up
    11
    ·
    edit-2
    14 days ago

    AFAIK, Wayland explicitly doesn’t do this by design

    If you use X you can tunnel it over SSH

    Completely misread the question

    You want to look into the DISPLAY (or maybe WAYLAND_DISPLAY in your situation, I can’t remember off the top of my head) environment variable

    • GustavoM@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      13
      ·
      14 days ago

      Yep, using “WAYLAND_DISPLAY=wayland-1 $command” worked in my case. Thank you very much.