diff options
| -rw-r--r-- | main.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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); | 
