diff options
| -rw-r--r-- | monsterwm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/monsterwm.c b/monsterwm.c index af648e6..92ed596 100644 --- a/monsterwm.c +++ b/monsterwm.c @@ -687,6 +687,7 @@ void togglepanel() { void unmapnotify(XEvent *e) { client *c = wintoclient(e->xunmap.window); if (c && e->xunmap.send_event) removeclient(c); + desktopinfo(); } void update_current(void) { |
