aboutsummaryrefslogtreecommitdiff
path: root/monsterwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'monsterwm.c')
-rw-r--r--monsterwm.c1
1 files changed, 1 insertions, 0 deletions
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();
}