added missing scan - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6f55de83100547e6f78ebc276dfdbca5ee2581d9
 (DIR) parent 07ad2981337c9154fe84078454e646771b5a3425
 (HTM) Author: Anselm R Garbe <garbeam@gmail.com>
       Date:   Tue, 22 Sep 2009 09:16:48 +0100
       
       added missing scan
       Diffstat:
         M dwm.c                               |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/dwm.c b/dwm.c
       @@ -1769,6 +1769,7 @@ updategeom(void) {
                        else { /* less monitors available */
                                cleanup();
                                setup();
       +                        scan();
                        }
                        free(unique);
                }