From 34cf9782fdb0be426759343099c05a372c177739 Mon Sep 17 00:00:00 2001 From: Richard Macklin Date: Wed, 3 Jul 2024 19:21:19 -0700 Subject: [PATCH] Use default browser to open omakub manual Users may have changed their default browser from Chrome to Brave or Firefox (or another browser), so let's leverage `xdg-open` to open the manual using their default browser. --- bin/omakub-sub/manual.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omakub-sub/manual.sh b/bin/omakub-sub/manual.sh index c062fa3..2ab592b 100644 --- a/bin/omakub-sub/manual.sh +++ b/bin/omakub-sub/manual.sh @@ -1,2 +1,2 @@ -google-chrome "https://manual.omakub.org" >/dev/null +xdg-open "https://manual.omakub.org" >/dev/null source $OMAKUB_PATH/bin/omakub-sub/menu.sh