From 843a6dd824de0d8e6be0026fea45096dbded0396 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 19 Mar 2023 13:46:20 -0400 Subject: [PATCH] meta: Switch back to librewolf After using firefox for a while, a deal-breaker for me was that the regular version is impossible load custom extensions for without signing them before-hand. Although it's possible to load extensions through about:debugging every time the web browser is started, it's significantly easier for me to simply use librewolf and not worry about it. Additionally, I can now leverage the many additional features librewolf has compared to firefox, and now no longer have to worry about "configuring firefox" after installing it. --- git/.gitconfig | 2 +- kitty/.config/kitty/kitty.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git/.gitconfig b/git/.gitconfig index 73e0a4c5..079c6c89 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -27,7 +27,7 @@ cmd = kitty kitty +kitten diff $LOCAL $REMOTE [web] - browser = qutebrowser + browser = librewolf [push] default = simple diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 788077e3..0a8a555f 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -71,7 +71,7 @@ initial_window_height 40c close_on_child_death yes # Open URLs with the browser below -open_url_with qutebrowser +open_url_with librewolf # ============================= # ========== Spacing ==========