Created
February 22, 2022 15:14
-
-
Save ljmccarthy/2521e0c4a31c1ab5ff74e46c3d37ad1f to your computer and use it in GitHub Desktop.
WSL2 Dummy X server
This file contains 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
# 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