diff options
| -rw-r--r-- | monsterwm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/monsterwm.c b/monsterwm.c index ba171bc..f6ef884 100644 --- a/monsterwm.c +++ b/monsterwm.c @@ -231,6 +231,7 @@ void client_to_desktop(const Arg *arg) { tile(); update_current(); if (FOLLOW_WINDOW) change_desktop(arg); + desktopinfo(); } void configurerequest(XEvent *e) { |
