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
You must log in or register to comment.
You can just ssh to the machine you want to run things on I think?
Under X, you would also have to
export DISPLAY=:0
. I don’t know how Wayland handles it.export WAYLAND_DISPLAY=wayland-1
Like with X it’s not guaranteed to be that value, but same idea.