From c7934633be62579cd1677788e693a4eeb03c2de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Thu, 27 Aug 2020 11:08:27 +0200 Subject: [PATCH] Added firefox into wsl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .local/bin/browser-x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/browser-x b/.local/bin/browser-x index ec6f775..9619bdc 100755 --- a/.local/bin/browser-x +++ b/.local/bin/browser-x @@ -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 "$@"&