wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit def8587d890e3c0c89983a3ffccdd6778acafa70
parent a9142cdceb94055220f04d59945586e0aa2f6b5c
Author: garbeam <garbeam@mmv.wmii.de>
Date:   Mon, 19 Dec 2005 18:28:33 +0200

merged



Diffstat:
README | 13++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/README b/README @@ -23,12 +23,13 @@ rc shell. Installation ------------ Edit config.mk to match your local setup. wmii is installed into -the /usr/local hierarchy by default. +the /usr/local hierarchy by default. If your system is Mac OS X, +then remove the '-static' flag in cmd/Makefile. Afterwards enter the following command to build and install wmii (if necessary as root): - $ make clean install + make clean install Running wmii @@ -38,13 +39,11 @@ Add the following line to your .xinitrc to start wmii using startx: exec wmii In order to connect wmii or wmiir to a specific display, make sure that -DISPLAY environment variable is set correctly, e.g.: +the DISPLAY environment variable is set correctly, e.g.: - $ setenv DISPLAY foo.bar:1 - $ wmii + DISPLAY=foo.bar:1 exec wmii -This will start wmii on display :1 of the host foo.bar if it is present -in your .xinitrc. +This will start wmii on display :1 of the host foo.bar. Configuration