Re: [dev] [ANN] CGD - Ultra-minimalist HTTP and FastCGI wrapper for CGI programs.

2012-11-21 Thread Maxime Daniel
Some times ago, for fun, I wrote a small C fastcgi wrapper too, for lighttpd in my case. There is less than 1k lines of C, and it's very basic but works. The idea is to write a page in C, compile it, then load in on-the-fly on a fastcgi prefork. Each pre-fork keep the loaded page on memory (or r

Re: [dev] switch all windows from a monitor to another

2012-07-17 Thread Maxime Daniel
Hi Jan Christoph, I like the separate tags design because my monitors is dedicated for specific tasks (working/monitoring, ...) but your patch seems nice for working with the same task over multiple monitors. Thanks ! I wrote this patch to be able to switch all windows when I enable/disable mo

[dev] switch all windows from a monitor to another

2012-07-17 Thread Maxime Daniel
Hi, I wrote a patch which add a feature like tagmon, but with all the windows of the current monitor. "switchmon" permit to send all the windows of the current monitor to another one (and keep the tag set) The patch is attached dwm-switchmon.patch Description: Binary data