wmii/alternative_wmiircs
Kris Maglione e42c5a1be6 Add padding to the wimenu prompt. Closes issue #177. 2010-04-06 15:53:33 -04:00
..
plan9port Update debian build data. 2009-10-16 03:28:54 -04:00
python Add padding to the wimenu prompt. Closes issue #177. 2010-04-06 15:53:33 -04:00
ruby Add forgotten Makefiles. Closes issue #137. 2009-10-13 04:56:24 -04:00
Makefile More build system cleanup. Install README. 2009-10-13 02:40:45 -04:00
README Add Suraj's Rumai-based wmiirc. 2009-09-29 17:44:54 -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 ~/.wmii/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