mirror of
https://github.com/0intro/wmii
synced 2024-11-21 21:31:33 +03:00
d4d8a6b891
Update issue #132 Status: Fixed This is a very strange issue. It turns out that subprocess won't work from non-main threads while a module is being imported. Since the wmiirc entered its event loop rather than returning, it was causing problems. I suspect it was also the cause of the stack traces being printed at interperater shutdown. |
||
---|---|---|
.. | ||
plan9port | ||
python | ||
ruby | ||
Makefile | ||
README |
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 ~/.wmii/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