[dwm] dwm for win32

2008-11-18 Thread joten
Hello everyone. About an year ago there was a thread regarding a port of dwm to win32, but it has only been said, that some initial code was written. I did not find any code in the repository or elsewhere something about d4w; is there anything usable at the moment? In the meantime I rewrote dwm

Re: [dwm] Re: nonoverlapping floats patch

2008-11-18 Thread Ammar James
This sounds very useful. I'll give it a try later. Thanks. On Tue, Nov 18, 2008 at 12:12 PM, Oskar Nordquist [EMAIL PROTECTED] wrote: Sorry for the mess. I'll attach a .diff later today. See attached. Regards, Oskar

Re: [dwm] OT : suckless foreign function interface

2008-11-18 Thread Anselm R Garbe
Hi Fernan, 2008/11/15 Fernan Bolando [EMAIL PROTECTED]: 1. Generate small C programs and call them via system() inside the scheme interpreter. 2. Add custom code into the scheme interpreter and link in the lib 3. Develop some sort of foreign function interface What about a 9P interface?

Re: [dwm] dwm for win32

2008-11-18 Thread Niki Yoshiuchi
The closest thing I've found is dock box (http://dockbox.demonastery.org/) which was buggy and not well documented (the documentation said that alt was the meta key when the windows key was actually the meta key). Some of the software I was using wasn't that compatible with it either, in

Re: [dwm] dwm for win32

2008-11-18 Thread stanio
* Anselm R Garbe [EMAIL PROTECTED] [2008-11-18 20:46]: 2008/11/18 [EMAIL PROTECTED]: [...] I ended up using dwm on Cygwin/X instead -- in root mode. Are you able to manage native applications' windows with it? All I can do is manage my consoles and xpdf ( i think in rootless mode ), but I

[dwm] cycling through tags?

2008-11-18 Thread Joerg van den Hoff
hi, I want to be able to cycle through all tags using some key combination (instead of explicitely jumping to tag no. xxx). in 4.9 someone on this list helped me getting this right: void goto_nexttag(const char *arg) { unsigned int i, j; memcpy(prevtags, seltags, sizeof seltags);

Re: [dwm] Re: nonoverlapping floats patch

2008-11-18 Thread Oskar Nordquist
I just realized my naïve 10-minute implementation depends on the order of the clients. I made the patch on top of my 'attachaftersel' patch which attaches new clients after the selected client instead of at the front (replacing master). It will most certainly behave strange if using it in stock

Re: [dwm] cycling through tags?

2008-11-18 Thread James Turner
Epic fail on the diff, left some stuff in there that shouldn't be. Try the new attached one. -- James Turner BSD Group Consulting http://www.bsdgroup.org --- config.def.hTue Sep 9 15:46:17 2008 +++ config.def.hTue Nov 18 19:26:53 2008 @@ -61,6 +61,8 @@ static Key keys[] = {