Relocate orphaned windows after a WM start

(Mostly in case of WM crash)
This commit is contained in:
bluepython508
2026-09-03 17:41:45 +01:00
parent 00724cf598
commit 18385b7ae8
+4
View File
@@ -645,6 +645,10 @@
(defn startup [] (defn startup []
(each w (wm :windows)
(unless (w :tag)
(put w :tag :q)))
(spawn "systemctl restart --user waybar") (spawn "systemctl restart --user waybar")
(spawn "systemctl restart --user kanshi") (spawn "systemctl restart --user kanshi")