myhome/.local/bin/browser-x

6 lines
192 B
Plaintext
Raw Normal View History

2020-05-13 11:54:02 +02:00
#!/bin/bash
#GDK_DPI_SCALE="1.3" firefox
KERNEL=$(uname -sr)
[[ $KERNEL =~ "Microsoft" ]] && $HOME/.brave.exe "$@"
[[ $KERNEL =~ "gentoo" ]] && brave-bin --force-device-scale-factor=1.2 "$@"&