mirror of https://github.com/0intro/wmii
Update man/Makefile to track changes in mk/man.mk
This commit is contained in:
parent
e1ea247994
commit
86d42bceb6
14
man/Makefile
14
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
|
||||
|
||||
|
|
11
man/wmii.1
11
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
|
||||
|
|
Loading…
Reference in New Issue