summaryrefslogtreecommitdiff
path: root/wm/dwm-6.4/dwm.c.rej
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2024-03-02 15:29:27 -0600
committerstkhan <personal@slickd.xyz>2024-03-02 15:29:27 -0600
commitf9c9973bc7a589bdd8414b1f8de7d63b5a3881a0 (patch)
tree6f3cea191fe8ecf3af5931af80ead78ade24db1a /wm/dwm-6.4/dwm.c.rej
parent598e16e19044fc3433be666d341b02839a84cc8a (diff)
remove files
Diffstat (limited to 'wm/dwm-6.4/dwm.c.rej')
-rw-r--r--wm/dwm-6.4/dwm.c.rej17
1 files changed, 0 insertions, 17 deletions
diff --git a/wm/dwm-6.4/dwm.c.rej b/wm/dwm-6.4/dwm.c.rej
deleted file mode 100644
index 3cc0b51..0000000
--- a/wm/dwm-6.4/dwm.c.rej
+++ /dev/null
@@ -1,17 +0,0 @@
---- dwm.c
-+++ dwm.c
-@@ -1024,6 +1025,14 @@ manage(Window w, XWindowAttributes *wa)
-
- c = ecalloc(1, sizeof(Client));
- c->win = w;
-+
-+ if (getatomprop(c, netatom[NetWMWindowType]) == netatom[NetWMWindowTypeDesktop]) {
-+ XMapWindow(dpy, c->win);
-+ XLowerWindow(dpy, c->win);
-+ free(c);
-+ return;
-+ }
-+
- /* geometry */
- c->x = c->oldx = wa->x;
- c->y = c->oldy = wa->y;