X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=e0802ad2b64ed7e9c91cd08d78911af1edd52f5f;hp=0b82158554880cf0e8a9d8e6fb911c83fbb874f4;hb=9cb9c32ee7d76554cfc44ad8801d70cef9fe25e9;hpb=4076e2ff60fd20caaed18209e36ee82e49d26219 diff --git a/dwm.c b/dwm.c index 0b82158..e0802ad 100644 --- a/dwm.c +++ b/dwm.c @@ -1568,7 +1568,6 @@ setup(void) { cursor[CurMove] = XCreateFontCursor(dpy, XC_fleur); // init screens/monitors first - mcount = 1; if((isxinerama = XineramaIsActive(dpy))) info = XineramaQueryScreens(dpy, &mcount); selmonitor = monitors = emallocz(mcount * sizeof(Monitor));