aboutsummaryrefslogtreecommitdiff
path: root/dwm/dwm.c.rej
diff options
context:
space:
mode:
authorpml68 <pml31@protonmail.com>2024-02-10 12:43:56 +0100
committerpml68 <pml31@protonmail.com>2024-02-10 12:43:56 +0100
commitcc327e2c66a792886429df1c429fe104ab11eb45 (patch)
tree2fb45b3d1f7b27c78fc8af47fa031a87b86f00f6 /dwm/dwm.c.rej
parentfeat: add .bashrc (diff)
downloadsuckless-setup-cc327e2c66a792886429df1c429fe104ab11eb45.tar.gz
feat: add shiftviewclients patch, remove unused tagkeys
Diffstat (limited to 'dwm/dwm.c.rej')
-rw-r--r--dwm/dwm.c.rej19
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;