From 6936dfd02b6e474a646ec90866de0493c9624fcf Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Thu, 5 Jan 2012 00:02:56 +0200 Subject: map previous window on closing of another on monocle layout --- monsterwm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/monsterwm.c b/monsterwm.c index 073c913..a2adc4f 100644 --- a/monsterwm.c +++ b/monsterwm.c @@ -491,6 +491,7 @@ void removeclient(client *c) { } select_desktop(cd); tile(); + if (mode == MONOCLE && cd == nd && current) XMapWindow(dis, current->win); update_current(); } -- cgit v1.3.1