X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=main.c;h=5324ae0b0867e57a12881b4f8176b94cab5cd0a1;hb=cf58091736de194fabfd25420bbd1999b4ad3360;hp=555b0763a3ca1b1ac76b383e0deb220312bb1ae5;hpb=2aef8b9b4ce0900d241c60cb3a07e111c825d13a;p=dwm.git diff --git a/main.c b/main.c index 555b076..5324ae0 100644 --- a/main.c +++ b/main.c @@ -194,6 +194,7 @@ setup(void) { DefaultDepth(dpy, screen), CopyFromParent, DefaultVisual(dpy, screen), CWOverrideRedirect | CWBackPixmap | CWEventMask, &wa); XDefineCursor(dpy, barwin, cursor[CurNormal]); + bpos = BARPOS; updatebarpos(); XMapRaised(dpy, barwin); strcpy(stext, "dwm-"VERSION);