aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_local
diff options
context:
space:
mode:
Diffstat (limited to 'dot_local')
-rwxr-xr-xdot_local/bin/executable_linkhandler2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_local/bin/executable_linkhandler b/dot_local/bin/executable_linkhandler
index 747adc5..48dd6ae 100755
--- a/dot_local/bin/executable_linkhandler
+++ b/dot_local/bin/executable_linkhandler
@@ -41,7 +41,7 @@ case "$url" in
setsid xdot "$url" >/dev/null 2>&1 &
;;
http*)
- librewolf "$url" >/dev/null 2>&1 &
+ flatpak run io.gitlab.librewolf-community "$url" >/dev/null 2>&1 &
;;
*)
$TERMINAL -e "$EDITOR" "$1"