wmii/alternative_wmiircs/README

24 lines
953 B
Plaintext
Raw Permalink Normal View History

2009-09-03 04:36:25 +04:00
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
2009-09-30 01:44:54 +04:00
possibly other suppporting files and libraries. These scripts
are installed along with wmii to $(ETC) as defined in config.mk.
2009-09-03 04:36:25 +04:00
2009-09-30 01:44:54 +04:00
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
2010-06-12 07:48:29 +04:00
line to @LOCALCONF@/wmiirc (which must be executable):
2009-09-30 01:44:54 +04:00
wmiir xwrite /ctl spawn python/wmiirc
Index
------------- ----------------------------------------------------
2009-09-03 04:36:25 +04:00
python/ A pure Python wmiirc implementation.
2009-09-30 01:44:54 +04:00
plan9port/ A Plan 9 Port/rc shell based wmiirc implementation
ruby/ A pure-ruby wmiirc implementation, by Suraj Kurapati
2009-09-03 04:36:25 +04:00