Compare commits

..

3 Commits

Author SHA1 Message Date
Ryan 43da1fc4ab
fix transparent borders
Applies a patch that fixes an issue where compositors make window
borders transparent.
2024-06-19 17:15:50 -04:00
Ryan d5c53a94c7
refactor config.def.h
Slightly more opionated w/r/t xresources and bindings.
2024-06-19 17:15:48 -04:00
Ryan 1a103f3fbf
apply single tagset patch
The goat patch.
2024-06-19 17:11:34 -04:00
1 changed files with 1 additions and 0 deletions

1
dwm.c
View File

@ -920,6 +920,7 @@ drawbar(Monitor *m)
drw_text(drw, m->ww - tw, 0, tw, bh, 0, stext, 0);
}
resizebarwin(m);
for (c = m->cl->clients; c; c = c->next) {
occ |= c->tags;
if (c->isurgent)