Added firefox into wsl
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
parent
9e5058fa72
commit
c7934633be
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
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 "$@"
|
||||
#brave-bin --force-device-scale-factor=1.2 "$@"&
|
||||
|
Loading…
Reference in New Issue
Block a user