bbidulock / blackboxwm

A window manager for X11
Other
169 stars 30 forks source link

Possibly A Few Good Patches? #3

Closed ghost closed 8 years ago

ghost commented 8 years ago

I was looking through the patches applied, and I found these others online I didn't notice added, not sure if any are needed...

Please check if you might need these, I'm not sure if any are useful.

bbdock.patch https://gist.github.com/Geyup/e7be8e57aa546b854ec7

asneeded.patch https://gist.github.com/Geyup/75d8a3e994999e87f665

configure.patch https://gist.github.com/Geyup/61fa53b66f3627578f9d

fix-spelling-errors.diff https://gist.github.com/Geyup/e99c429ce8b6a3bd508e

focus.diff https://gist.github.com/Geyup/a32d45c94f7ab3b4c1c7

manpage-tidyup.diff https://gist.github.com/Geyup/dc4c972a44333f9ae505

This one below really caught my attention, because when using conky and you click on 'Restart' in the menu, conky will then redraw over itself creating what looks like multiple instances and it looks like a mess. I applied the patch and it worked! It appears there are argb issues without the patch.

argb-visual.patch http://www.t2-project.org/packages/blackbox.html

There is also a problem when using a composite manager, I use compton, when switching workspaces the numbers on the toolbar don't change, this patch fixes that.

workspace-label.patch http://www.t2-project.org/packages/blackbox.html

bbidulock commented 8 years ago

All of these patches were already applied (about a year ago), except the last two, which I have applied separately.

ghost commented 8 years ago

Oh, forgot to mention, I found these two patches online one for bbkeys, not sure if they are of any good., not sure what the other one is for.

bbkeys.patch https://gist.github.com/Geyup/496bd182f54a05f94e9c

patch-src_Netclient_cpp.patch https://gist.github.com/Geyup/babeca52b4d6bef295c8

ghost commented 8 years ago

The argb-visual.patch that you applied, I still see the same bugs as if the patch was not applied.

Transparency is not working in conky or tint2, and the workspace numbers don't appear in tint2 as well.

By the way BIG THANKS for keeping blackbox alive!

bbidulock commented 8 years ago

Yes, they are applied.

ghost commented 8 years ago

It looks like you didn't apply all of the patch?