wmii

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

commit c529104e69385259dfcbe3d81bd2da6fff9534ea
parent fd731c3afa6d9b795c73cf6f345a18788bafe696
Author: Denis Grelich <denisg@suckless.org>
Date:   Sun, 24 Dec 2006 00:39:37 +0100

fixed links and some facts in the readme

Diffstat:
LICENSE | 7++++---
README | 11+++++------
rc/welcome | 2+-
3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -1,9 +1,10 @@ MIT/X Consortium License -(C)opyright MMIII-MMVI Anselm R. Garbe <garbeam at wmii dot de> -(C)opyright MMV-MMVI Georg Neis <gn at wmii dot de> -(C)opyright MMVI Sander van Dijk <sander at wmii dot de> +(C)opyright MMIII-MMVI Anselm R. Garbe <garbeam at suckless dot org> +(C)opyright MMV-MMVI Georg Neis <gn at suckless dot org> +(C)opyright MMVI Sander van Dijk <sander at suckless dot org> (C)opyright MMVI Kris Maglione <bsdaemon at comcast dot net> +(C)opyright MMVI Denis Grelich <denisg at suckless dot org> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/README b/README @@ -6,12 +6,12 @@ keyboard, mouse, and 9P-based [2] remote control. It consists of the wmiiwm(1) window manager and the wmiir(1) the remote access utility. -Optionally wmii depends on dmenu(1). - Requirements ------------ -In order to build wmii you need the Xlib header files. +In order to build wmii you need the Xlib header files and libixp. Further +dependencies are xmessage and dmenu. libixp and dmenu can be obtained from +[1]. Installation @@ -43,8 +43,8 @@ Configuration ------------- The configuration of wmii is done by customizing the sh script wmiirc, which remotely controls the window manager and handles various events. -Copy the file from PREFIX/etc/wmii-4/ (usually /usr/local/etc/wmii-4/) -to $HOME/.wmii-4/ and edit it to fit your needs. +Copy the file from PREFIX/etc/wmii-3.5/ (usually /usr/local/etc/wmii-3.5/) +to $HOME/.wmii-3.5/ and edit it to fit your needs. Credits @@ -68,7 +68,6 @@ The following people have contributed especially to wmii in various ways: - Steffen Liebergeld <perl at gmx dot org> - Tobias Walkowiak <wal at ivu dot de> - Sander van Dijk <a dot h dot vandijk at gmail dot com> -- Denis Grelich <denisg at ueberl33t dot info> - Salvador Peiro <saoret dot one at gmail dot com> - Anthony Martin <ality at pbrane dot org> - Icarus Sparry <wmii at icarus dot freeuk dot com> diff --git a/rc/welcome b/rc/welcome @@ -43,5 +43,5 @@ We hope that these steps gave you an idea of how wmii works. You can reread them at any time by pressing $MODKEY-a and selecting 'welcome'. You should now take a look at the wmii(1) man page. A FAQ is available on -<http://wmii.de>. +<http://wmii.suckless.org>. EOF