[wiki] [sites] [dwm][patches][systray] patch for dwm 6.8 (adjusting to lastest changes in the main tree) || Aleksei Kozadaev
commit 7bfec10ab5357260d246ddebf662bb0891d6ba21
Author: Aleksei Kozadaev <akozadaev at yahoo com>
Date: Tue Mar 17 21:51:48 2026 +0000
[dwm][patches][systray] patch for dwm 6.8 (adjusting to lastest changes in the main tree)
diff --git a/dwm.suckless.org/patches/systray/dwm-systray-6.8.diff b/dwm.suckless.org/patches/systray/dwm-systray-6.8.diff
index 2831d992..43ad9f7c 100644
--- a/dwm.suckless.org/patches/systray/dwm-systray-6.8.diff
+++ b/dwm.suckless.org/patches/systray/dwm-systray-6.8.diff
_AT_@ -143,8 +143,8 @@ index 0a67103..fc4dfc4 100644
arg.ui = 1 << i;
} else if (ev->x < x + TEXTW(selmon->ltsymbol))
click = ClkLtSymbol;
-- else if (ev->x > selmon->ww - (int)TEXTW(stext))
-+ else if (ev->x > selmon->ww - (int)TEXTW(stext) - getsystraywidth())
+- else if (ev->x > selmon->ww - (int)TEXTW(stext) + lrpad - 2)
++ else if (ev->x > selmon->ww - (int)TEXTW(stext) + lrpad - 2 - getsystraywidth())
click = ClkStatusText;
else
click = ClkWinTitle;
Received on Tue Mar 17 2026 - 22:52:03 CET
This archive was generated by hypermail 2.3.0
: Tue Mar 17 2026 - 23:00:55 CET