From fbec9b5163f8792ad53d7f9beb43eb16562b6451 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 28 Jul 2025 12:58:57 +0200 Subject: [PATCH] Always setsid so we don't die with the script --- bin/omarchy-refresh-walker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-refresh-walker b/bin/omarchy-refresh-walker index c45f54e..cd52a83 100755 --- a/bin/omarchy-refresh-walker +++ b/bin/omarchy-refresh-walker @@ -10,4 +10,4 @@ else fi pkill walker -uwsm app -- walker --gapplication-service & +setsid uwsm app -- walker --gapplication-service &