From 98ff13210c819603fd79acc71778083cad7be592 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 21f0d54..757feb3 100644 --- a/dwl.c +++ b/dwl.c @@ -2723,6 +2723,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 */ -- 2.49.0