From 077a6537dfaa04dc1a7dcf867b47565c1d5d6a4b Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 23 Apr 2026 00:00:27 -0400 Subject: [PATCH] Launch browser with cthulhu running. --- home/stormux/.local/.functions/game_install_functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/home/stormux/.local/.functions/game_install_functions.sh b/home/stormux/.local/.functions/game_install_functions.sh index 50d297e..6bc7b62 100755 --- a/home/stormux/.local/.functions/game_install_functions.sh +++ b/home/stormux/.local/.functions/game_install_functions.sh @@ -113,6 +113,7 @@ check_dependencies() { open_url() { local targetUrl="$1" + check_dependencies brave cthulhu env GAME="$targetUrl" startx }