changing tag indicator through underline
This commit is contained in:
parent
77e5f3167c
commit
2e834e941f
2 changed files with 17 additions and 26 deletions
1
main.c
1
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue