From 266d39668bcee886cc7fecdb0f2c7b0b3302b20e Mon Sep 17 00:00:00 2001 From: tcmal Date: Thu, 6 Jun 2024 18:45:52 +0100 Subject: fix not rearranging when windows unmap themselves --- src/clients.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/clients.rs') diff --git a/src/clients.rs b/src/clients.rs index 940efee..d5bd8a9 100644 --- a/src/clients.rs +++ b/src/clients.rs @@ -141,6 +141,7 @@ impl WM<'_> { // TODO: set client state to withdrawn } else { self.clients.remove_client(e.window()); + self.clients.rearrange(self.conn); // TODO: 'disown' the window - unmange(c, 0) } } -- cgit v1.2.3