dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit efe10ea655de409d76e08b21913bf7cab72d4fec
parent 9a962ce136536689b289ac126a0ad3525a13f682
Author: Guido Cella <guido@guidocella.xyz>
Date:   Sun, 14 Jul 2024 21:02:45 -0600

use the parent scene node to determine if move clients out of LyrFloat

[sevz: commit message is mine]

Diffstat:
Mdwl.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwl.c b/dwl.c @@ -504,7 +504,7 @@ arrange(Monitor *m) /* We move all clients (except fullscreen and unmanaged) to LyrTile while * in floating layout to avoid "real" floating clients be always on top */ wl_list_for_each(c, &clients, link) { - if (c->mon != m || c->isfullscreen) + if (c->mon != m || c->scene->node.parent == layers[LyrFS]) continue; wlr_scene_node_reparent(&c->scene->node,