x11/panelwindow: set _NET_WM_DESKTOP to stay on all desktops

This commit is contained in:
outfoxxed 2024-08-15 17:14:00 -07:00
parent 683d92a05f
commit 23cd6cd9e1
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 22 additions and 1 deletions

View file

@ -15,6 +15,7 @@ public:
// NOLINTBEGIN
static XAtom _NET_WM_STRUT;
static XAtom _NET_WM_STRUT_PARTIAL;
static XAtom _NET_WM_DESKTOP;
// NOLINTEND
static void initAtoms();