Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2020-09-18 12:45:42 +02:00
parent 98ea485a6d
commit c4e543e710
5 changed files with 7 additions and 7 deletions

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