From 8acd20be893901ef15edefeab0f1b4e982204989 Mon Sep 17 00:00:00 2001 From: revi Date: Sat, 11 Jul 2026 23:46:38 +0200 Subject: [PATCH] preview fix browser hang --- preview | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/preview b/preview index eff50f0..42a9aff 100755 --- a/preview +++ b/preview @@ -6,5 +6,4 @@ start="TypoML Preview$style" end="" output="$start$input$end" echo "$output" > /tmp/preview.html -xdg-open /tmp/preview.html - +nohup xdg-open /tmp/preview.html &