how do i open apps on my remote pc on my laptop
from mariah@feddit.rocks to linux@lemmy.ml on 07 Sep 21:06
https://feddit.rocks/post/3840059

i want to run a app on my pc but open it from my laptop. like typing mpv on my laptop and it opens on my desktop. i dont want forwarding like waypipe

#linux

threaded - newest

schnurrito@discuss.tchncs.de on 07 Sep 21:44 collapse

You can just ssh to the machine you want to run things on I think?

frongt@lemmy.zip on 07 Sep 22:08 collapse

Under X, you would also have to export DISPLAY=:0. I don’t know how Wayland handles it.

Corngood@lemmy.ml on 07 Sep 22:24 collapse

export WAYLAND_DISPLAY=wayland-1

Like with X it’s not guaranteed to be that value, but same idea.