URI:
       [dwm][patches][systray] patch for dwm 6.8 (adjusting to lastest changes in the main tree) - sites - public wiki contents of suckless.org
  HTML git clone git://git.suckless.org/sites
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit 7bfec10ab5357260d246ddebf662bb0891d6ba21
   DIR parent d0266a72d2965168e90573aa68a57087e0c60183
  HTML Author: Aleksei Kozadaev <akozadaev at yahoo com>
       Date:   Tue, 17 Mar 2026 21:51:48 +0000
       
       [dwm][patches][systray] patch for dwm 6.8 (adjusting to lastest changes in the main tree)
       
       Diffstat:
         M dwm.suckless.org/patches/systray/d… |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/dwm.suckless.org/patches/systray/dwm-systray-6.8.diff b/dwm.suckless.org/patches/systray/dwm-systray-6.8.diff
       @@ -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;