Skip to content

Instantly share code, notes, and snippets.

@timoteoramos
Last active February 9, 2019 13:45
Show Gist options
  • Save timoteoramos/f9ae730badddfa7a6d741ff0490e99b4 to your computer and use it in GitHub Desktop.
Save timoteoramos/f9ae730badddfa7a6d741ff0490e99b4 to your computer and use it in GitHub Desktop.
WSL vbscript launcher for X apps
WScript.CreateObject("WScript.Shell").Run "wsl ~ -d Ubuntu -e /bin/bash -c ""DISPLAY=:0 xrdb ~/.Xresources && DISPLAY=:0 xst""", 0, false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment