Created
March 1, 2020 11:09
-
-
Save remlapmot/5112cd5d032987d08de79863791bd0db to your computer and use it in GitHub Desktop.
XLaunch config file for X11 forwarding from Windows Subsystem for Linux. Run with VcXsrv for best results.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<XLaunch WindowMode="MultiWindow" ClientMode="NoClient" LocalClient="False" Display="-1" LocalProgram="xcalc" RemoteProgram="xterm" RemotePassword="" PrivateKey="" RemoteHost="" RemoteUser="" XDMCPHost="" XDMCPBroadcast="False" XDMCPIndirect="False" Clipboard="True" ClipboardPrimary="True" ExtraParams="-ac" Wgl="True" DisableAC="False" XDMCPTerminate="False"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-ac
~/.bashrc
set (edit this withvi
withsudo vi ~/.bashrc
) Then re-read in.bashrc
withsource ~/.bashrc
~/.bashrc
set/etc/ssh/sshd_config
with the following settings.%appdata%\Microsoft\Windows\Start Menu\Programs\Startup
to have this launched at login.