Added firefox into wsl

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2020-08-27 11:08:27 +02:00
parent 9e5058fa72
commit c7934633be

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
KERNEL=$(uname -sr) KERNEL=$(uname -sr)
[[ $KERNEL =~ "Microsoft" ]] && $HOME/.brave.exe "$@" [[ $KERNEL =~ "Microsoft" ]] && "/mnt/c/Program Files/Mozilla Firefox/firefox.exe" "$@"
[[ $KERNEL =~ "gentoo" ]] && GDK_DPI_SCALE="1.2" firefox "$@" [[ $KERNEL =~ "gentoo" ]] && GDK_DPI_SCALE="1.2" firefox "$@"
#brave-bin --force-device-scale-factor=1.2 "$@"& #brave-bin --force-device-scale-factor=1.2 "$@"&