wmii/alternative_wmiircs
Kris Maglione 68b77ab4e8 Change format of bar files. Refactor fs.c. Add M-n/M-b to rc scripts. Add showkeys to plan9port rc. Update docs. Linkify code fragments in wmii.tex. 2010-06-25 17:21:12 -04:00
..
plan9port Change format of bar files. Refactor fs.c. Add M-n/M-b to rc scripts. Add showkeys to plan9port rc. Update docs. Linkify code fragments in wmii.tex. 2010-06-25 17:21:12 -04:00
python Change format of bar files. Refactor fs.c. Add M-n/M-b to rc scripts. Add showkeys to plan9port rc. Update docs. Linkify code fragments in wmii.tex. 2010-06-25 17:21:12 -04:00
ruby Rearrange some things. 2010-06-14 10:30:23 -04:00
Makefile Rearrange some things. 2010-06-14 10:30:23 -04:00
README Fix last commit. 2010-06-11 23:48:29 -04:00

README

Alternative wmiirc scripts
==========================

This folder contains alternative implementations of wmii's rc
scripts. Each folder contains a different implementation,
described below, including its own README, wmiirc script, and
possibly other suppporting files and libraries. These scripts
are installed along with wmii to $(ETC) as defined in config.mk.

It usually suffices to start the included `wmiirc` script at
wmii startup. Invoking wmii with the flag '-r python/wmiirc',
for instance, will start the python implementation.
Alternatively, if you use a session manager, you can add this
line to @LOCALCONF@/wmiirc (which must be executable):

    wmiir xwrite /ctl spawn python/wmiirc

  Index
  ------------- ----------------------------------------------------
  python/	A pure Python wmiirc implementation. 
  plan9port/	A Plan 9 Port/rc shell based wmiirc implementation
  ruby/		A pure-ruby wmiirc implementation, by Suraj Kurapati