Remove wmiiwm(1).

This commit is contained in:
Kris Maglione 2007-05-25 06:52:44 -04:00
parent db0ce2db9b
commit 61ff5716e6
4 changed files with 2 additions and 42 deletions

View File

@ -3,8 +3,7 @@ include ${ROOT}/mk/hdr.mk
TARG = wmii.1 \
wmiiloop.1 \
wmiir.1 \
wmiiwm.1
wmiir.1
FILTER = sed "s|CONFPREFIX|${ETC}|g; \
s|CONFVERSION|${CONFVERSION}|g; \

View File

@ -1,36 +0,0 @@
.TH WMIIWM 1 wmii-VERSION
.SH NAME
wmiiwm \(em window manager improved\(emimproved (core)
.SH SYNOPSIS
.B wmiiwm
.B \-a
.I <address>
.RB [ \-c ]
.RB [ \-v ]
.SH DESCRIPTION
.SS Options
.TP
.BI \-a " address"
Lets you specify the address which
.B wmiiwm
uses to listen for connections. The syntax for
.I address
is taken (along with many other profound ideas) from the Plan 9 operating
system and has the form
.B unix!/path/to/socket
for unix socket files, and
.B tcp!hostname!port
for tcp sockets.
.TP
.B \-c
Checks if another window manager is running. If not it exits with termination code
0.
.TP
.B \-v
Prints version information to stdout, then exits.
.BR wmiir (1).
.SH SEE ALSO
.BR wmii (1),
.BR dmenu (1),
.BR wmiir (1)

View File

@ -74,7 +74,6 @@ fn status {
echo -n `{uptime | sed 's/.*://; s/,//g'} '|' `{date}
}
# View Titles
fn viewtitle { echo $* }
# Events

View File

@ -220,9 +220,7 @@ conf_which() {
which=$(which which)
prog=$(PATH="$WMII_CONFPATH" $which $1)
shift
if [ -n "$prog" ]; then
$prog
fi
[ -n "$prog" ] && $prog
}
# Stop any running instances of wmiirc