Skip to content

Instantly share code, notes, and snippets.

@jakebrinkmann
Last active January 2, 2022 10:05
Show Gist options
  • Save jakebrinkmann/66fec7b15169a0c667dc5e97782008fe to your computer and use it in GitHub Desktop.
Save jakebrinkmann/66fec7b15169a0c667dc5e97782008fe to your computer and use it in GitHub Desktop.

start xming

Xming -multiwindow -clipboard
export DISPLAY=localhost:0
#ssh username@server -Y
#vim ~/.ssh/config
 Host *
        ForwardAgent yes
        ForwardX11 yes
@rajatvikramsingh
Copy link

When running from within tmux, export the DISPLAY variable to your windows machine, like

export DISPLAY=<Windows IP>:0
xeyes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment