commit 86d42bceb628a0dd5c79582ffaac2a2d7d22bb66
parent e1ea2479946206babdea6cc157285e5cbd0e7703
Author: Kris Maglione <kris@suckless.org>
Date: Sun, 27 Jun 2010 17:08:54 -0400
Update man/Makefile to track changes in mk/man.mk
Diffstat:
2 files changed, 12 insertions(+), 13 deletions(-)
diff --git a/man/Makefile b/man/Makefile
@@ -2,13 +2,13 @@ ROOT=..
include $(ROOT)/mk/hdr.mk
include $(ROOT)/mk/wmii.mk
-TARG = wmii.1 \
- wmiir.1 \
- wmii9menu.1\
- wihack.1 \
- wimenu.1 \
- wistrut.1 \
- witray.1
+MANPAGES = wmii.1 \
+ wmiir.1 \
+ wmii9menu.1\
+ wihack.1 \
+ wimenu.1 \
+ wistrut.1 \
+ witray.1
$(TARG): Makefile $(ROOT)/mk/wmii.mk header.t2t
diff --git a/man/wmii.1 b/man/wmii.1
@@ -178,6 +178,8 @@ tab(^); ll.
Mod\-k^Move to a window \fIabove\fR the one currently focused
Mod\-space^Toggle between the managed and floating layers
Mod\-t \fI<tag>\fR^Move to the view of the given \fI<tag>\fR
+ Mod\-n^Move to the next view
+ Mod\-b^Move to the previous view
Mod\-\fI\fI[0\-9]\fR\fR^Move to the view with the given number
.TE
@@ -572,12 +574,9 @@ occupying all extra available space. The items are sorted
lexicographically.
.P
-The files may be read to obtain the colors and text of the bars.
-The colors are at the beginning of the string, represented as a
-tuple of 3 hex color codes for the foreground, background, and
-border, respectively. When writing the bar files, the colors may
-be omitted if the text would not otherwise appear to contain
-them.
+The files may be read or written to obtain or alter the colors
+and text of the bars. The format is similar to the various \fIctl\fR
+files and should be self explanitory.
.SH FILES
.TP