]> git.armaanb.net Git - dwm.git/blobdiff - main.c
added screen.c, removed layout.c and tag.c
[dwm.git] / main.c
diff --git a/main.c b/main.c
index 9127d163abb27b6cf2994c679be0d1ca1b6c85ec..35a3a7858b725cf0ada66daa2a2d4839e503227e 100644 (file)
--- a/main.c
+++ b/main.c
@@ -206,7 +206,7 @@ setup(void) {
                XSetFont(dpy, dc.gc, dc.font.xfont->fid);
        /* multihead support */
        selscreen = XQueryPointer(dpy, root, &w, &w, &i, &i, &i, &i, &mask);
-       loaddwmprops();
+       getdwmprops();
 }
 
 /*