fix awesomebar

This commit is contained in:
speedie 2022-08-23 13:17:46 +02:00
parent 768140e86b
commit f88901a274

View file

@ -982,7 +982,7 @@ if (!leftlayout) {
} }
} }
} else { } else {
x += blw; //x += blw;
c = m->clients; c = m->clients;
if (c) { if (c) {
@ -990,7 +990,7 @@ if (!leftlayout) {
if (!ISVISIBLE(c)) if (!ISVISIBLE(c))
continue; continue;
else else
x += (1.0 / (double)m->bt) * m->btw; x += (1.0 / (double)m->bt) * m->btw - 2 * sp;
} while (ev->x > x && (c = c->next)); } while (ev->x > x && (c = c->next));
click = ClkWinTitle; click = ClkWinTitle;