Changed to firefox-bin
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
parent
fae31cfa8c
commit
8bf88a633f
23
.gitignore
vendored
23
.gitignore
vendored
@ -10,7 +10,28 @@
|
|||||||
.bashrc
|
.bashrc
|
||||||
.cache/
|
.cache/
|
||||||
.cert/
|
.cert/
|
||||||
.config/
|
.config/BraveSoftware
|
||||||
|
.config/configstore
|
||||||
|
.config/discord
|
||||||
|
.config/freerdp
|
||||||
|
.config/gtk-3.0
|
||||||
|
.config/ibu
|
||||||
|
.config/msmtp
|
||||||
|
.config/nvim/autoload
|
||||||
|
.config/nvim/plugged
|
||||||
|
.config/pulse
|
||||||
|
.config/QtProject.conf
|
||||||
|
.config/spicy
|
||||||
|
.config/VSCodium
|
||||||
|
.config/cmus
|
||||||
|
.config/dconf
|
||||||
|
.config/fzf
|
||||||
|
.config/htop
|
||||||
|
.config/mutt
|
||||||
|
.config/procps
|
||||||
|
.config/qalculate
|
||||||
|
.config/vpn
|
||||||
|
.config/weatherreport
|
||||||
.config/newsboat/urlswork
|
.config/newsboat/urlswork
|
||||||
.dbus/
|
.dbus/
|
||||||
.fehbg
|
.fehbg
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
KERNEL=$(uname -sr)
|
KERNEL=$(uname -sr)
|
||||||
[[ $KERNEL =~ "icrosoft" ]] && "/mnt/c/Program Files/Mozilla Firefox/firefox.exe" "$@"
|
[[ $KERNEL =~ "icrosoft" ]] && "/mnt/c/Program Files/Mozilla Firefox/firefox.exe" "$@"
|
||||||
[[ $KERNEL =~ "gentoo" ]] && MOZ_X11_EGL=1 GDK_DPI_SCALE="1.35" firefox-bin "$@"
|
[[ $KERNEL =~ "gentoo" ]] && GDK_DPI_SCALE="1.2" firefox-bin "$@"
|
||||||
#[[ $KERNEL =~ "gentoo" ]] && brave-bin --force-device-scale-factor=1.2 "$@"
|
#[[ $KERNEL =~ "gentoo" ]] && brave-bin --force-device-scale-factor=1.2 "$@"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user