From 8967ee0f7c8db8c0d8bf402864f610dbbc628cc9 Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Sat, 20 Dec 2025 15:17:30 +0100 Subject: [PATCH] - replacing firefox with librewolf --- bin/keep.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/keep.sh b/bin/keep.sh index e3f8514..15e4f1e 100755 --- a/bin/keep.sh +++ b/bin/keep.sh @@ -2,4 +2,5 @@ source ~/keepass.env echo $KEEPWD|keepassxc --pw-stdin --keyfile /home/thierry/Nextcloud/keepass_key_2025.keyx /home/thierry/Nextcloud/keepass_vault.kdbx & sleep 1 -firefox & +#firefox & +librewolf &