-
Notifications
You must be signed in to change notification settings - Fork 72
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
Setting _NET_WM_STRUT and _NET_WM_STRUT_PARTIAL doesn't reserve space #179
Comments
What errors do you get? To debug this, I would recommend using |
I'm getting no errors, I've been setting |
Use |
GTK:
Node.JS:
|
🤷♂️ you'll have to investigate which property/ies you have to set to make it work. |
It's setting _NET_WM_STRUT and _NET_WM_STRUT_PARTIAL that must be set. |
@RossComputerGuy I don't suppose you ever found a solution to this? This is literally the last feature for one of our apps to keep all the code in NodeJS vs NodeJS + Python to implement. |
I've been spending the last two weeks trying to get RDE Panel to reserve space on the screen, I've tried it in GTK using C and it worked but using Node.JS to do that doesn't work and I've checked my code over a lot.
Lines that set the properties:
The text was updated successfully, but these errors were encountered: