summaryrefslogtreecommitdiff
path: root/alternative_wmiircs/README
blob: 944955ec64da9c866190fc6cc9b51a81efa62830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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