diff options
| author | pml68 <pml31@protonmail.com> | 2024-02-10 12:43:56 +0100 |
|---|---|---|
| committer | pml68 <pml31@protonmail.com> | 2024-02-10 12:43:56 +0100 |
| commit | cc327e2c66a792886429df1c429fe104ab11eb45 (patch) | |
| tree | 2fb45b3d1f7b27c78fc8af47fa031a87b86f00f6 /dwm/dwm.c.rej | |
| parent | feat: add .bashrc (diff) | |
| download | suckless-setup-cc327e2c66a792886429df1c429fe104ab11eb45.tar.gz | |
feat: add shiftviewclients patch, remove unused tagkeys
Diffstat (limited to '')
| -rw-r--r-- | dwm/dwm.c.rej | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dwm/dwm.c.rej b/dwm/dwm.c.rej deleted file mode 100644 index 11aa3e2..0000000 --- a/dwm/dwm.c.rej +++ /dev/null @@ -1,19 +0,0 @@ ---- dwm.c -+++ dwm.c -@@ -701,13 +701,9 @@ drawbar(Monitor *m) - int boxw = drw->fonts->h / 6 + 2; - unsigned int i, occ = 0, urg = 0; - Client *c; -- -- /* draw status first so it can be overdrawn by tags later */ -- if (m == selmon) { /* status is only drawn on selected monitor */ -- drw_setscheme(drw, scheme[SchemeNorm]); -- tw = TEXTW(stext) - lrpad + 2; /* 2px right padding */ -- drw_text(drw, m->ww - tw, 0, tw, bh, 0, stext, 0); -- } -+ char *mstext; -+ char *rstext; -+ int msx; - - for (c = m->clients; c; c = c->next) { - occ |= c->tags; |
