From 28a67ab74fb5beb160806cc699635f01da038ada Mon Sep 17 00:00:00 2001 From: BanceDev Date: Fri, 20 Feb 2026 17:32:10 -0500 Subject: prevent popup windows from being inserted into the tree --- src/tilite.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tilite.c') diff --git a/src/tilite.c b/src/tilite.c index 549c6d8..ad617fa 100644 --- a/src/tilite.c +++ b/src/tilite.c @@ -961,7 +961,10 @@ void hdl_map_req(XEvent *xev) { } if (should_float || global_floating) + { c->floating = True; + bsp_remove(&bsp_roots[target_ws], c); + } /* center floating windows & set border */ if (c->floating && !c->fullscreen) { -- cgit v1.2.3-59-g8ed1b