Revert "HOLY CRAPIT WORK"

This reverts commit b4cabe9695.
This commit is contained in:
Sakooooo 2023-08-05 02:31:36 +03:00
parent 05b0a6d400
commit e9d6d303b5
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -2684,8 +2684,8 @@ updatesystray(void)
}
w = w ? w + systrayspacing : 1;
x -= w;
XMoveResizeWindow(dpy, systray->win, x - sp, m->by + vp, w, bh);
wc.x = x - sp; wc.y = m->by; wc.width = w; wc.height = bh;
XMoveResizeWindow(dpy, systray->win, x, m->by, w, bh);
wc.x = x; wc.y = m->by; wc.width = w; wc.height = bh;
wc.stack_mode = Above; wc.sibling = m->barwin;
XConfigureWindow(dpy, systray->win, CWX|CWY|CWWidth|CWHeight|CWSibling|CWStackMode, &wc);
XMapWindow(dpy, systray->win);