Scenario:
Linux mint is running on a machine at my home. I have some gui applications open on it.
I'm away from home but want to get at the open applications. I have cygwin/x and I know how to ssh -X homecomputer
, and I could run gui applications from there, but I want to get at the windows that are already open on the local display.
Is there a way to attach to the existing x session on linux without using extra software like VNC?
Thanks!