Skip to content

Instantly share code, notes, and snippets.

@ljmccarthy
Created February 22, 2022 15:14
Show Gist options
  • Save ljmccarthy/2521e0c4a31c1ab5ff74e46c3d37ad1f to your computer and use it in GitHub Desktop.
Save ljmccarthy/2521e0c4a31c1ab5ff74e46c3d37ad1f to your computer and use it in GitHub Desktop.
WSL2 Dummy X server
# Dummy X server
pgrep Xvfb >/dev/null || (Xvfb :99 &)
export DISPLAY=:99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment