From 941dac97070d7777f646f29e2e81def0c91452b2 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Fri, 30 Dec 2011 11:11:27 +0200 Subject: bufix, desktopinfo should also be called when a window is moved to another desktop --- monsterwm.c | 1 + 1 file changed, 1 insertion(+) 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) { -- cgit v1.3.1