commit 38b022d464838d72e3636a4d47b157c225bd0f72
parent 5ceb2670fea749bf8d87474e860cbac01766b484
Author: Jack Bird <jack.bird@durham.ac.uk>
Date: Wed, 28 Jul 2021 21:56:00 +0100
[dwm][patch][leftlayout] Includes the changes of 61bb8b
While leftlayout now works with 138b405 it reverted a change made in 61bb8b.
Now when the patch is applied it preserves the change.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dwm.suckless.org/patches/leftlayout/dwm-leftlayout-20210721-138b405.diff b/dwm.suckless.org/patches/leftlayout/dwm-leftlayout-20210721-138b405.diff
@@ -36,7 +36,7 @@ index 5e4d494..a5a3980 100644
+ if (i < LENGTH(tags)) {
+ click = ClkTagBar;
+ arg.ui = 1 << i;
-+ } else if (ev->x > selmon->ww - TEXTW(stext))
++ } else if (ev->x > selmon->ww - (int)TEXTW(stext))
+ click = ClkStatusText;
+ else
+ click = ClkWinTitle;