wmii

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

README (953B)


      1 Alternative wmiirc scripts
      2 ==========================
      3 
      4 This folder contains alternative implementations of wmii's rc
      5 scripts. Each folder contains a different implementation,
      6 described below, including its own README, wmiirc script, and
      7 possibly other suppporting files and libraries. These scripts
      8 are installed along with wmii to $(ETC) as defined in config.mk.
      9 
     10 It usually suffices to start the included `wmiirc` script at
     11 wmii startup. Invoking wmii with the flag '-r python/wmiirc',
     12 for instance, will start the python implementation.
     13 Alternatively, if you use a session manager, you can add this
     14 line to @LOCALCONF@/wmiirc (which must be executable):
     15 
     16     wmiir xwrite /ctl spawn python/wmiirc
     17 
     18   Index
     19   ------------- ----------------------------------------------------
     20   python/	A pure Python wmiirc implementation. 
     21   plan9port/	A Plan 9 Port/rc shell based wmiirc implementation
     22   ruby/		A pure-ruby wmiirc implementation, by Suraj Kurapati
     23