small fix in cmd/wm/wmii, update wmii.1

This commit is contained in:
Sander van Dijk 2006-06-08 19:30:48 +00:00
parent 817780da4b
commit 5a301641bf
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ wmiiwm -c || exit 1
OLD_PATH="$PATH" export OLD_PATH
PATH="$HOME/.wmii-4:CONFPREFIX/wmii-4:$PATH" export PATH
WMII_ADDRESS=unix!/tmp/ns.$USER.$DISPLAY/wmii export WMII_ADDRESS
WMII_ADDRESS=unix!/tmp/ns.$USER.${DISPLAY%.0}/wmii export WMII_ADDRESS
mkdir -m 700 /tmp/ns.$USER.${DISPLAY%.0} 2>/dev/null
wmiiwm -a $WMII_ADDRESS &

View File

@ -40,7 +40,7 @@ script and does all the work of setting up the window manager, the key
bindings, the bar labels, etc.
.SH FILES
.TP
/tmp/ns.$USER.$DISPLAY/wmii
/tmp/ns.$USER.${DISPLAY%.0}/wmii
The wmii socket file which provides a 9P service.
.TP
CONFPREFIX/wmii-4