Skip to content

Commit

Permalink
bufix, desktopinfo should also be called when a window is moved to an…
Browse files Browse the repository at this point in the history
…other desktop
  • Loading branch information
c00kiemon5ter committed Dec 30, 2011
1 parent 765f221 commit 941dac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monsterwm.c
Expand Up @@ -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) {
Expand Down

0 comments on commit 941dac9

Please sign in to comment.