Launch browser with cthulhu running.

This commit is contained in:
Storm Dragon
2026-04-23 00:00:27 -04:00
parent 372bc878d4
commit 077a6537df

View File

@@ -113,6 +113,7 @@ check_dependencies() {
open_url() {
local targetUrl="$1"
check_dependencies brave cthulhu
env GAME="$targetUrl" startx
}