From 7d8a3a430ddd15f9f99f7145cbb8bf376d6bc52e Mon Sep 17 00:00:00 2001 From: kento2 Date: Tue, 27 Jan 2026 07:56:40 +0100 Subject: [PATCH] . --- files/.local/bin/librewolf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/files/.local/bin/librewolf b/files/.local/bin/librewolf index 3eaf4bc..b1ba05b 100755 --- a/files/.local/bin/librewolf +++ b/files/.local/bin/librewolf @@ -1,2 +1,6 @@ #!/bin/sh -exec cage -d /usr/bin/firefox $@ + +b=/usr/bin/firefox +test -e /usr/bin/librewolf && b=/usr/bin/librewolf + +exec cage -d "$b" $@