starting the ixp integration library
[wmiirc-lua.git] / README
blobff69b4a457cd41e1ac6ae2e217331860a929d967
1 More details on my blog:
2  - see http://www.jukie.net/~bart/blog/wmiirc-in-lua
4 Installation instructions:
5  - install lua5.1 liblua5.1-posix0
6    - on debian you can do this to install all of lua5.1:
7        apt-cache search lua5.1 | awk '/liblua5.1/ { print $1 }' \
8        | xargs sudo apt-get install -y
10  - build an install wmii from mercurial (3.5 or newer), you will also
11    need libixp;
13  - install the wmiirc script:
14      mkdir ~/.wmii-3.5/
15      cp wmii.lua wmiirc.lua ~/.wmii-3.5/
16      chmod +x ~/.wmii-3.5/ wmiirc.lua 
18  - make .xsession execute wmii
20 Note:
21  - my configuration uses Mod4 (the Win key on PC keyboards) for
22    switching between work spaces and retagging.  If your keyboard does
23    not have a Win key, you can execute the xmodmaprc-mod4 from your
24    xsession: 
25      xmodmaprc .wmii-3.5/xmodmaprc-mod4