mirror of
https://github.com/0intro/wmii
synced 2025-01-11 12:49:38 +03:00
small fix in cmd/wm/wmii, update wmii.1
This commit is contained in:
parent
817780da4b
commit
5a301641bf
@ -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 &
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user