From 05b0a6d40034005d3730e0cdceb61556382ee114 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 5 Aug 2023 02:31:27 +0300 Subject: [PATCH] Revert "oh thats why" This reverts commit e70ee2b80dfbe25ed9ae5ccbdbd4c70ad24a8b2e. --- config/dwm/dwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dwm/dwm.c b/config/dwm/dwm.c index 0b84d992..18adaf0b 100644 --- a/config/dwm/dwm.c +++ b/config/dwm/dwm.c @@ -2685,7 +2685,7 @@ 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 + vp; wc.width = w; wc.height = bh; + wc.x = x - sp; 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);