JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added missing scan
authorAnselm R Garbe <garbeam@gmail.com>
Tue, 22 Sep 2009 08:16:48 +0000 (09:16 +0100)
committerAnselm R Garbe <garbeam@gmail.com>
Tue, 22 Sep 2009 08:16:48 +0000 (09:16 +0100)
dwm.c

diff --git a/dwm.c b/dwm.c
index 8ddc072..0d2f670 100644 (file)
--- a/dwm.c
+++ b/dwm.c
@@ -1769,6 +1769,7 @@ updategeom(void) {
                else { /* less monitors available */
                        cleanup();
                        setup();
+                       scan();
                }
                free(unique);
        }