newLISP scripts for wmii.

Featuring the Dragonfly web framework
Locked
PapoAnaya
Posts: 16
Joined: Mon Oct 24, 2005 6:55 pm

newLISP scripts for wmii.

Post by PapoAnaya »

Hi:

While working in a client site I had to port the shell scripts used by the wmii window manager to newlisp. They are available at github.com. (https://github.com/papoanaya/wmii_newlisp), if you want to play with them.

These programs uses newlisp to handle the wmii window manager; a stacking window manager which is available at http://wmii.suckless.org. The wmii window manager uses an external libixp wrapper for inter process communications.

Documentation is available at the github.com repository, hopefully it makes sense.

Luis

PapoAnaya
Posts: 16
Joined: Mon Oct 24, 2005 6:55 pm

newLISP Big Brother/Hobbit Xymon Scripts

Post by PapoAnaya »

Speaking of GitHub repositories.

I have been adding xymon/hobbit/bb monitoring scripts in https://github.com/papoanaya/monitor_newlisp . I've been coding them to monitor different components at home. If you're familiar with Xymon, you'll see that the structure used is similar to other scripts written in other languages.

These were built for my use, but feel free to tinker with them.

Locked