wsl.exe --install
You can follow this tutorial
Follow this Sourceforge link: Vcxsrv
3. Install Regolith
On WSL, run:
sudo add-apt-repository ppa:regolith-linux/release
sudo apt install regolith-desktop-standard
- Copy the
wsl/scripts
folder onto your WSL home directory (Linux home) - Copy the file
windows/wslup.vbs
where you want - Modify the
Linux.Ink
so that it points to thewslup.vbs
file
You'll need to disable the WSLg feature which is the official binding to run linux graphical apps into windows.
Disabling it allows us to use the X server we just installed instead of WSLg.
To do that, you can copy the windows/.wslconfig
file in your Windows user directory.
In case you have activated DPI in Windows (rescaling) because of a high resolution screen, you need to disable it in for the vcxsrv application. It will solve the blur problem on vcxsrv. Access the properties panel of vcxsrv.exe app and modify it like that:
You can set the DPI scaling you want in the Xresources
file.
Copy the wsl/regolith/config/regolith
folder under ~/.config/
.
You can apply the custom regolith Github-dark theme by putting wsl/regolith/styles/github-dark
under /etc/regolith/styles
.