From 5fc6273a16332c3ee651319069262cf1e2132305 Mon Sep 17 00:00:00 2001 From: speediegq Date: Mon, 17 Oct 2022 20:43:08 +0200 Subject: [PATCH] small tag preview fix --- speedwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speedwm.c b/speedwm.c index 4a27afa..582d9cd 100644 --- a/speedwm.c +++ b/speedwm.c @@ -3432,7 +3432,7 @@ motionnotify(XEvent *e) do { if (!(occ & 1 << i || selmon->seltags & 1 << i) && hideemptytags) continue; - x += TEXTW(tags[i]) + lts; + x += TEXTW(tags[i]) + lts + plw; } while (ev->x >= x && ++i < LENGTH(tags)); if (mousepreview && !hidetags) { if (i < LENGTH(tags)) {