diff options
| author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2011-12-30 11:11:27 +0200 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2011-12-30 11:11:27 +0200 |
| commit | 941dac97070d7777f646f29e2e81def0c91452b2 (patch) | |
| tree | cbc4e374b2c1b195dd158ad9836ff7562ff03344 | |
| parent | 765f221814235d657bc6117f228d05203b4d10ce (diff) | |
bufix, desktopinfo should also be called when a window is moved to another desktop
| -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) { |
