> > What do you see: The list of applications available/present > on the current workspace (1). The white rectangle around > "Term" indicates that that one has the focus. One can > activate/raise any of the apps. by clicking in the > "taskbar". Next to the apps. actually visible one the > workspace, is the list of iconified apps. Since I know this > may annoy some (e.g. Shaleh), this can be toggled "easily" > by negating a boolean in the source. > Moreover, sticky windows are included, as well. This seems > intuitive, but they may actually not belong to the current > workspace. >
The fact that Brad and I don't like it should have no effect on the patch being available to others. We just won't support it in the released code. We both like seeing what people do with the code. Sometimes the ideas are brought in or inspire us. > Well, this is my first draft - and I reckon that others may > be interersted. However, I don't quite know how to create a > smooth patch that does the magic on the original BB source > code. I guess it's something like "diff -U? old/file.cc > new/file.cc", but as stated, I'm not quite sure... > grab a pristine (unmodified) copy of the 0.65.0 source and unpack it. Then run: diff -pruN blackbox-pristine blackbox-martin > martin-taskbar.patch blackbox-pristine is the path to the pristine source and blackbox-martin should be the path to your modified source. The diif options of -pruN are what Brad and I prefer, other groups have their own standards. Once you have this done, place the patch on the sf.net/projects/blackboxwm patches tracker. And look around, other people have posted intersting code of their own. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
