From 8bf88a633f4946455769e1586983879519c12d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Mon, 2 Nov 2020 21:48:22 +0100 Subject: [PATCH] Changed to firefox-bin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .gitignore | 23 ++++++++++++++++++++++- .local/bin/browser-x | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0717806..a19c035 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,28 @@ .bashrc .cache/ .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 .dbus/ .fehbg diff --git a/.local/bin/browser-x b/.local/bin/browser-x index a277bae..ae88778 100755 --- a/.local/bin/browser-x +++ b/.local/bin/browser-x @@ -1,7 +1,7 @@ #!/bin/bash KERNEL=$(uname -sr) [[ $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 "$@"