mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-06 19:14:57 +11:00
x11/panelwindow: set _NET_WM_DESKTOP to stay on all desktops
This commit is contained in:
parent
683d92a05f
commit
23cd6cd9e1
3 changed files with 22 additions and 1 deletions
|
|
@ -23,11 +23,13 @@ xcb_connection_t* x11Connection() {
|
|||
// NOLINTBEGIN
|
||||
XAtom XAtom::_NET_WM_STRUT {};
|
||||
XAtom XAtom::_NET_WM_STRUT_PARTIAL {};
|
||||
XAtom XAtom::_NET_WM_DESKTOP {};
|
||||
// NOLINTEND
|
||||
|
||||
void XAtom::initAtoms() {
|
||||
_NET_WM_STRUT.init("_NET_WM_STRUT");
|
||||
_NET_WM_STRUT_PARTIAL.init("_NET_WM_STRUT_PARTIAL");
|
||||
_NET_WM_DESKTOP.init("_NET_WM_DESKTOP");
|
||||
}
|
||||
|
||||
void XAtom::init(const QByteArray& name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue