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 {
x += blw;
//x += blw;
c = m->clients;
if (c) {
@ -990,7 +990,7 @@ if (!leftlayout) {
if (!ISVISIBLE(c))
continue;
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));
click = ClkWinTitle;