Re: [dev] Simplest WM?

2012-03-22 Thread Robert Ransom
On 2012-03-22, Ethan Grammatikidis wrote: > Wasn't there a window manager even simpler than DWM somewhere on > suckless.org? I'm looking for a base to build a little mouse-controlled > one-view WM on. I could use my own work from 5 years ago, but that's in > Python... http://hg.suckless.org/2wm ?

Re: [dev] Simplest WM?

2012-03-22 Thread Ivan Kanakarakis
I think you're talking about 2wm http://hg.suckless.org/2wm/ On 22/03/2012, Ethan Grammatikidis wrote: > Wasn't there a window manager even simpler than DWM somewhere on > suckless.org? I'm looking for a base to build a little mouse-controlled > one-view WM on. I could use my own work from 5 year

[dev] Simplest WM?

2012-03-22 Thread Ethan Grammatikidis
Wasn't there a window manager even simpler than DWM somewhere on suckless.org? I'm looking for a base to build a little mouse-controlled one-view WM on. I could use my own work from 5 years ago, but that's in Python...