From 4d81a8aaa7bc282d7673e9322a75569d4d877037 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 4 Jan 2026 20:48:22 +0100 Subject: [PATCH] Need a fully disowned schedule --- bin/omarchy-cmd-reboot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/omarchy-cmd-reboot b/bin/omarchy-cmd-reboot index f4c472e8..bf88edf0 100755 --- a/bin/omarchy-cmd-reboot +++ b/bin/omarchy-cmd-reboot @@ -2,8 +2,8 @@ omarchy-state clear re*-required -# Schedule the reboot to happen after closing windows -(sleep 2 && systemctl reboot --no-wall) & +# Schedule the reboot to happen after closing windows (detached from terminal) +nohup bash -c "sleep 2 && systemctl reboot --no-wall" >/dev/null 2>&1 & # Now close all windows omarchy-hyprland-window-close-all