-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal border causes black/transparent border on termite #49
Comments
Are you using compton? |
Same issue here, im using compton. Btw i used 2bwm before and had the same issue, but @venam fixed it. I dont know how to solve it or which snippet is sufficient to solve it, but with the 2bwm example is clear that the problem is the window manager, not termite. Thanks! |
Hello @tudurom the way I solved it is by drawing the pixmap using the depth of the window client getting the borders and not the generic depth of the root window. This is the relevant line in your code: Line 1787 in fc61af7
Instead of drawing using a depth of |
Thanks @venam for your help! Sorry everyone for being so late. |
Not sure if other applications are affected but termite is.
Not using internal border causes no issue.
The text was updated successfully, but these errors were encountered: