From c31a192d55a00da38b11f00bf3b1ccfa522b8a0d Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 5 May 2024 13:24:11 +0200 Subject: [PATCH] fix: attach clients to reenabled monitor --- dwl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dwl.c b/dwl.c index e38da83465acef90ded219c2c81693a91cafba82..e1ee2d8d19f3f062391af957b0e9b835ac5474ea 100644 --- a/dwl.c +++ b/dwl.c @@ -2844,6 +2844,7 @@ updatemons(struct wl_listener *listener, void *data) wlr_session_lock_surface_v1_configure(m->lock_surface, m->m.width, m->m.height); } + attachclients(m); /* Calculate the effective monitor geometry to use for clients */ arrangelayers(m); /* Don't move clients to the left output when plugging monitors */