Tristan Ross
Tristan Ross
Having functions for setting `_NET_WM_STRUT` and `_NET_WM_STRUT_PARTIAL` should also be added.
I can't figure out how to calculate `_NET_WM_STRUT_PARTIAL` so can someone please tell me how to calculate that from my panel's x, y, width, and height? This is my code:...
NTK is used. ``` ntk.createClient((err,app) => { if(err) throw err; this[SYMS["app"]] = app; this[SYMS["win"]] = app.createWindow({ width: this.width, height: this.height, x: this.x, y: this.y, title: "RDE Panel" }); this[SYMS["win"]].map(); this[SYMS["ewmh"]]...
Yes, I'm running OpenBox
I'm trying to make a panel/dock.
The replace key didn't fix it.
The replace key in my window manager, that's what I was meaning.
Yeah, after OpenBox has started because my DE is RDE. Killing my WM stops the DE which stops X.
Is there a way to bypass the SubstructureRedirect request?
I was meaning like an option to disable SubstructureRedirect because I'm using this in RDE's toolkit and panel.