myhome/.local/bin/browser-x

6 lines
239 B
Plaintext
Raw Normal View History

2020-05-13 11:54:02 +02:00
#!/bin/bash
KERNEL=$(uname -sr)
[[ $KERNEL =~ "Microsoft" ]] && "/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 "$@"&