Update file exports.sh.tmpl

This commit is contained in:
Brian Zalewski 2023-02-16 02:17:05 +00:00
parent ca345a52dd
commit c0a3237bef

View file

@ -354,8 +354,13 @@ else
fi fi
{{ end }} {{ end }}
### WSL ### Browser
# export LIBGL_ALWAYS_INDIRECT="1" export BROWSER=brave
# export BROWSER='/mnt/c/Program\ Files\ \(x86\)/Google/Chrome/Application/chrome.exe'
export BROWSER=librewolf ### WSL
if [[ "$(grep Microsoft /proc/version)" ]]; then
# Source: https://stackoverflow.com/questions/61110603/how-to-set-up-working-x11-forwarding-on-wsl2
export LIBGL_ALWAYS_INDIRECT="1"
export DISPLAY=$(ip route list default | awk '{print $3}'):0
export BROWSER='/mnt/c/Program\ Files/BraveSoftware/Brave-Browser/Application/brave.exe'
fi