wmii

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

commit 7fd4a211bdb1bb10eb1bf6bb42b82c4375be5e4d
parent 7475073c47d92b40ff6475ef52d825a6869d1f20
Author: garbeam <garbeam@mmv.wmii.de>
Date:   Mon, 12 Dec 2005 16:17:35 +0200

some other changes to occurences of old-style named tool names


Diffstat:
README | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README b/README @@ -7,9 +7,9 @@ wmii consists of components that are independent processes and communicate via a socket-based virtual filesystem which is oriented on the "everything is file" paradigm of the Plan 9 [2] operating system. The core distribution of wmii contains the window manager itself, -a master file system routing utility (wmifs), a generic bar (wmibar), -a shortcut handler (wmikeys), and a generic interaction menu (wmimenu) -beside several tiny utilities like wmir, wmiplumb, and wmiwarp. +a master file system routing utility (wmiifs), a generic bar (wmiibar), +a shortcut handler (wmiikeys), and a generic interaction menu (wmiimenu) +beside several tiny utilities like wmiir, wmiiplumb, and wmiiwarp. Requirements @@ -53,7 +53,7 @@ The configuration of wmii is done by customizing the existing actions. Customizing an action means copying the appropriate file from the directory $WMII_CONFDIR (usually /usr/local/etc/wmii-3) to $HOME/.wmii-3 and editing it to fit your needs. The action of main -interest is called 'wmirc': it is executed on startup. +interest is called 'wmiirc': it is executed on startup. Credits