aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--monsterwm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/monsterwm.c b/monsterwm.c
index 41757f6..d677b47 100644
--- a/monsterwm.c
+++ b/monsterwm.c
@@ -350,6 +350,7 @@ void configurerequest(XEvent *e) {
XSync(dis, False);
}
tile();
+ update_current(c?c:current);
}
/* send the given event - WM_DELETE_WINDOW for now */