Introduction
Introduction Statistics Contact Development Disclaimer Help
tfinal indicators - dwm - [fork] customized build of dwm, the dynamic window ma…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit a678ee636547c8a7a2651250960277629c33c4c3
parent 49f0ee329daecb1ad321cca4716bcfe854a74b14
Author: arg@mig29 <unknown>
Date: Fri, 1 Dec 2006 12:25:23 +0100
final indicators
Diffstat:
M draw.c | 4 ++--
M dwm.1 | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/draw.c b/draw.c
t@@ -75,9 +75,9 @@ drawtext(const char *text, unsigned long col[ColLast], Bool …
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 --git a/dwm.1 b/dwm.1
t@@ -22,8 +22,7 @@ dwm contains a small status bar which displays all available…
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 bot…
-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.
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.