wmiirc-rumai

git clone git://oldgit.suckless.org/wmiirc-rumai/
Log | Files | Refs | README | LICENSE

README (1042B)


      1 sunaku's Ruby wmiirc
      2 ====================
      3 
      4 This is my wmii configuration, described in these articles:
      5 
      6   http://wmii.suckless.org/alternative_wmiirc_scripts
      7 
      8   http://snk.tuxfamily.org/lib/rumai/
      9 
     10   http://article.gmane.org/gmane.comp.window-managers.wmii/1704
     11 
     12   http://snk.tuxfamily.org/web/2006-07-01-wmii-3-1-configuration-in-ruby.html
     13 
     14 Dependencies:
     15 
     16     wmii 3.6 or newer (preferably wmii-hg)
     17 
     18     Ruby 1.8.6 or newer
     19 
     20     RubyGems 1.3.1 or newer
     21 
     22 Installation:
     23 
     24     # library
     25     gem install rumai     # required
     26     gem install librmpd   # optional
     27 
     28     # install
     29     mv ~/.wmii-hg ~/.wmii-hg.backup
     30     git clone git://github.com/sunaku/wmiirc.git ~/.wmii-hg
     31 
     32     # run
     33     ~/.wmii-hg/wmiirc
     34 
     35 Documentation:
     36 
     37     # see list of all key bindings
     38     grep 'Mod.*#' ~/.wmii-hg/config.yaml
     39 
     40     # read the configuration file
     41     less ~/.wmii-hg/config.yaml
     42 
     43 Configuration:
     44 
     45     Edit ~/.wmii-hg/config.yaml to your liking.
     46 
     47     Run ~/.wmii-hg/wmiirc to apply your changes.
     48 
     49 Questions:
     50 
     51     Send me an e-mail; see LICENSE for my address.
     52