commit 67b6bb092a5482cb8d3baa36bdd8e2292d97ab97
parent 1b312231d6d404940017caade450d6b8fed64ab2
Author: Anselm R. Garbe <garbeam@wmii.de>
Date: Fri, 24 Mar 2006 13:46:56 +0100
added correct socket file to wmii.1
Diffstat:
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/cmd/wm/bar.c b/cmd/wm/bar.c
@@ -143,7 +143,6 @@ draw_bar()
for(i = 0; i < nlabel; i++) {
l = label[i];
- fprintf(stderr, "%d=i %d %d %d %d\n", l->intern, l->rect.x, l->rect.y, l->rect.width, l->rect.height);
d.color = l->color;
d.rect = l->rect;
d.data = l->data;
diff --git a/cmd/wm/wmii.1 b/cmd/wm/wmii.1
@@ -44,8 +44,8 @@ script and does all the work of setting up the window manager, the key
bindings, the bar labels, etc.
.SH FILES
.TP
-/tmp/.ixp-$USER
-Directory where the socket files are stored.
+/tmp/ns.$USER.$DISPLAY/wmii
+The wmii socket file which provides a 9P service.
.TP
CONFPREFIX/wmii-3
Global action directory.