jalius / jwaim

cs:go linux external multihack
The Unlicense
30 stars 8 forks source link

Composite fix #6

Closed Teklad closed 6 years ago

Teklad commented 6 years ago

Re-uploaded under different branch

If no compositing manager is running (openbox and other smaller window managers), the overlay is just a black blob that makes closing the program back out a real hassle.

This checks for a compositing manager and disables the overlay in the event one isn't running. Might be a good idea to add a note in the README about this being a requirement. xcompmgr is a good standalone composite manager suggestion in the event the user doesn't have one.

jalius commented 6 years ago

This is great work! Thanks for solving this error, many people were reporting the overlay showing up as a black screen rather than opaque.

Teklad commented 6 years ago

Not a problem. The code could use some improvements in style and efficiency but this is more or less the only semi-complete base I've seen ever since AimTux got abandoned way back when.