Fix last patch

This commit is contained in:
BitHeaven 2024-05-31 17:14:43 +05:00
parent 22da8d956f
commit ceb23ea470
5 changed files with 3 additions and 1 deletions

View File

@ -34,6 +34,7 @@ static const Rule rules[] = {
// ----- 1 -----
{ "st-256color", NULL, NULL, 0, 0, -1 },
// ----- 2 -----
{ "Nemo", NULL, NULL, 1 << 1, 0, -1 },
{ "Code", NULL, NULL, 1 << 1, 0, -1 },
// ----- 3 -----
{ "thunderbird", NULL, NULL, 1 << 2, 0, -1 },

View File

@ -34,6 +34,7 @@ static const Rule rules[] = {
// ----- 1 -----
{ "st-256color", NULL, NULL, 0, 0, -1 },
// ----- 2 -----
{ "Nemo", NULL, NULL, 1 << 1, 0, -1 },
{ "Code", NULL, NULL, 1 << 1, 0, -1 },
// ----- 3 -----
{ "thunderbird", NULL, NULL, 1 << 2, 0, -1 },

BIN
dwm

Binary file not shown.

2
dwm.c
View File

@ -872,7 +872,7 @@ drawbar(Monitor *m)
drw_map(drw, m->barwin, 0, 0, m->ww, bh);
if (m == selmon) { /* extra status is only drawn on selected monitor */
sw = drawstatusbar(m, bh, 1, estext);
tw = drawstatusbar(m, bh, 1, estext);
drw_map(drw, m->extrabarwin, 0, 0, m->ww, bh);
}
}

BIN
dwm.o

Binary file not shown.