aboutsummaryrefslogtreecommitdiff
path: root/monsterwm.c
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2011-12-30 11:11:27 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2011-12-30 11:11:27 +0200
commit941dac97070d7777f646f29e2e81def0c91452b2 (patch)
treecbc4e374b2c1b195dd158ad9836ff7562ff03344 /monsterwm.c
parent765f221814235d657bc6117f228d05203b4d10ce (diff)
bufix, desktopinfo should also be called when a window is moved to another desktop
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 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) {