From eb7be4f921b207092988469a89530529fca8c6de Mon Sep 17 00:00:00 2001 From: askiiart Date: Fri, 23 Aug 2024 16:05:30 -0500 Subject: [PATCH] set default browser to librewolf --- restore.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/restore.sh b/restore.sh index ead604f..f378218 100755 --- a/restore.sh +++ b/restore.sh @@ -130,3 +130,6 @@ elif command_exists "code-oss"; then fi echo "restore.sh done!" + +# default applications +xdg-settings set default-web-browser librewolf.desktop