From 16a0af64c91d373fde0d09e430604b25773f426d Mon Sep 17 00:00:00 2001 From: thanatos Date: Sat, 13 Apr 2024 14:01:36 -0600 Subject: [PATCH] Mark clients spawned while the monitor is using the floating layout as floating --- dwl.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dwl.c b/dwl.c index 5867b0c..6492de3 100644 --- a/dwl.c +++ b/dwl.c @@ -1618,6 +1618,9 @@ mapnotify(struct wl_listener *listener, void *data) } else { applyrules(c); } + if (!c->mon->lt[c->mon->sellt]->arrange) + setfloating(c, 1); + printstatus(); unset_fullscreen: