[dev] dwm: Dynamic tag names patch

2009-06-05 Thread thomasspurden
This patch allows you to dynamically change the names of tags in dwm. This is implemented via a new command system that reads changes to the DWM_COMMAND property of the root window. The format of this property is a single letter command followed directly by a string argument. The only command cur

Re: [dev] dwm: XComposite patch

2009-06-05 Thread thomasspurden
On 12:34 Thu 04 Jun , Jeremy Jay wrote: > On Thu 04 Jun 2009 - 03:55PM, thomasspur...@gmail.com wrote: > > On 16:07 Thu 04 Jun , pancake wrote: > > > isn't meta-0 the exposee you are looking for? didnt check your patch but > > > I prefer not to depend on composite or gl extensions that neve

Re: [dev] dwm: XComposite patch

2009-06-04 Thread thomasspurden
On 16:07 Thu 04 Jun , pancake wrote: > isn't meta-0 the exposee you are looking for? didnt check your patch but > I prefer not to depend on composite or gl extensions that never work fine Thanks, but meta-0 is not what I am looking for; when I have a cluttered X session: 1) I can't actually se

[dev] dwm: XComposite patch

2009-06-04 Thread thomasspurden
I have been using dwm for a long time now, and there is one thing from Compiz/OSX desktops that I miss; Exposé. I often find myself getting a little confused about where all my windows are, and want a nice overview. The only way to do this properly is with XComposite. I would like to point out n