fix: reapply monitro scene clip when updatemons

This commit is contained in:
DreamMaoMao 2026-02-27 11:19:41 +08:00
parent f3dd17ed14
commit 2328f12fbb

View file

@ -6102,6 +6102,8 @@ void updatemons(struct wl_listener *listener, void *data) {
m->m.height); m->m.height);
} }
monitor_clip_scene_tree(m);
/* Calculate the effective monitor geometry to use for clients */ /* Calculate the effective monitor geometry to use for clients */
arrangelayers(m); arrangelayers(m);
/* Don't move clients to the left output when plugging monitors */ /* Don't move clients to the left output when plugging monitors */