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
|
@ -2,7 +2,7 @@ ROOT=..
|
||||||
include $(ROOT)/mk/hdr.mk
|
include $(ROOT)/mk/hdr.mk
|
||||||
include $(ROOT)/mk/wmii.mk
|
include $(ROOT)/mk/wmii.mk
|
||||||
|
|
||||||
TARG = wmii.1 \
|
MANPAGES = wmii.1 \
|
||||||
wmiir.1 \
|
wmiir.1 \
|
||||||
wmii9menu.1\
|
wmii9menu.1\
|
||||||
wihack.1 \
|
wihack.1 \
|
||||||
|
|
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\-k^Move to a window \fIabove\fR the one currently focused
|
||||||
Mod\-space^Toggle between the managed and floating layers
|
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\-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
|
Mod\-\fI\fI[0\-9]\fR\fR^Move to the view with the given number
|
||||||
.TE
|
.TE
|
||||||
|
|
||||||
|
@ -572,12 +574,9 @@ occupying all extra available space. The items are sorted
|
||||||
lexicographically.
|
lexicographically.
|
||||||
|
|
||||||
.P
|
.P
|
||||||
The files may be read to obtain the colors and text of the bars.
|
The files may be read or written to obtain or alter the colors
|
||||||
The colors are at the beginning of the string, represented as a
|
and text of the bars. The format is similar to the various \fIctl\fR
|
||||||
tuple of 3 hex color codes for the foreground, background, and
|
files and should be self explanitory.
|
||||||
border, respectively. When writing the bar files, the colors may
|
|
||||||
be omitted if the text would not otherwise appear to contain
|
|
||||||
them.
|
|
||||||
|
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in New Issue