# HG changeset patch # User arg@mig29 # Date 1164972323 -3600 # Node ID a21891491770d17a10b66baa3637b1f863240b5e # Parent 38bbcf31accc74eb409a67206a47effcd791eb7e final indicators diff -r 38bbcf31accc -r a21891491770 draw.c --- a/draw.c Fri Dec 01 10:16:10 2006 +0100 +++ b/draw.c Fri Dec 01 12:25:23 2006 +0100 @@ -75,9 +75,9 @@ XDrawString(dpy, dc.drawable, dc.gc, x, y, buf, len); } if(dot) { + r.x = dc.x + 2; + r.y = dc.y + 2; r.width = r.height = (h + 2) / 4; - r.x = dc.x + dc.w - r.width - 2; - r.y = dc.y + dc.h - r.height - 2; XFillRectangles(dpy, dc.drawable, dc.gc, &r, 1); } if(border) { diff -r 38bbcf31accc -r a21891491770 dwm.1 --- a/dwm.1 Fri Dec 01 10:16:10 2006 +0100 +++ b/dwm.1 Fri Dec 01 12:25:23 2006 +0100 @@ -22,8 +22,7 @@ the title of the focused window, and the text read from standard input. The selected tags are indicated with a different color. The tags of the focused window are indicated with a small point in the top left corner. The tags which -are applied to one or more clients are indicated with a small point in the bottom -right corner. +are applied to one or more clients are indicated with a pseudo-3d border. .P dwm draws a 1-pixel border around windows to indicate the focus state. Unfocused windows contain a small bar in front of them displaying their title.