JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
changing tag indicator through underline
[dwm.git] / main.c
diff --git a/main.c b/main.c
index 561aa37..5b00d0c 100644 (file)
--- a/main.c
+++ b/main.c
@@ -145,6 +145,7 @@ setup()
 
        dc.drawable = XCreatePixmap(dpy, root, sw, bh, DefaultDepth(dpy, screen));
        dc.gc = XCreateGC(dpy, root, 0, 0);
+       XSetLineAttributes(dpy, dc.gc, 1, LineSolid, CapButt, JoinMiter);
 
        issel = XQueryPointer(dpy, root, &w, &w, &i, &i, &i, &i, &mask);
        strcpy(stext, "dwm-"VERSION);