From 18385b7ae89ce4f51bd0b2fcf01f583f36193894 Mon Sep 17 00:00:00 2001 From: bluepython508 <16466646+bluepython508@users.noreply.github.com> Date: Thu, 3 Sep 2026 17:36:06 +0100 Subject: [PATCH] Relocate orphaned windows after a WM start (Mostly in case of WM crash) --- main.janet | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.janet b/main.janet index e56ff09..0a14850 100644 --- a/main.janet +++ b/main.janet @@ -645,6 +645,10 @@ (defn startup [] + (each w (wm :windows) + (unless (w :tag) + (put w :tag :q))) + (spawn "systemctl restart --user waybar") (spawn "systemctl restart --user kanshi")