Setting x11 Window properties
-
Hi everyone,
I recently made my first QML/QT Quick 6 program. (A panel that displays running programs) The issue is that, unlike the KDE Plasma panel, my panel doesn’t prevent windows from maximizing over it. They just cover the panel, which isn’t what I want.
I’ve tried setting the WA_X11NetWmWindowTypeDock attribute, and I’ve looked into XCB, X11, and other related stuff.
I even experimented with the deprecated QX11Extra/QX11Info and read some code from other panels and window managers.
Despite that, I still can’t get it to work properly.Does anyone have experience with this? Any advice or pointers would be greatly appreciated!
Thanks!
-
Hi everyone,
I recently made my first QML/QT Quick 6 program. (A panel that displays running programs) The issue is that, unlike the KDE Plasma panel, my panel doesn’t prevent windows from maximizing over it. They just cover the panel, which isn’t what I want.
I’ve tried setting the WA_X11NetWmWindowTypeDock attribute, and I’ve looked into XCB, X11, and other related stuff.
I even experimented with the deprecated QX11Extra/QX11Info and read some code from other panels and window managers.
Despite that, I still can’t get it to work properly.Does anyone have experience with this? Any advice or pointers would be greatly appreciated!
Thanks!