From 244dedd0bc282564126fdb348db7e5e6ad110264 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Wed, 8 Nov 2023 01:18:29 +0100 Subject: [PATCH] Set Firefox as default browser --- .init_config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.init_config.sh b/.init_config.sh index 2f8d8fd..c1fa840 100755 --- a/.init_config.sh +++ b/.init_config.sh @@ -131,6 +131,8 @@ if [ ! -z "$INIT" ]; then sudo usermod $(whoami) -aG wheel echo -e "* Install host app for PassFF Firefox extension..." curl -sSL github.com/passff/passff-host/releases/latest/download/install_host_app.sh | bash -s -- firefox + echo -e "* Set Firefox to be the default browser, probably overwritten by Chromium..." + xdg-settings set default-web-browser firefox.desktop fi if [ ! -z ${ENV} ]; then