summaryrefslogtreecommitdiff
path: root/patches/07.dwm-alwayscenter-20200625-f04cac6.diff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-10-07 03:36:35 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-10-07 03:36:35 +0530
commitd2cb1d60c7eedb2b339221318c993ba35789eecf (patch)
treeb8e8e4f2b92a529fcd8d635f7146d30927f0e9bc /patches/07.dwm-alwayscenter-20200625-f04cac6.diff
parentb915db4f2fcb3486e3a22fbe51ac7739e01507c1 (diff)
dwm-6.3
Diffstat (limited to 'patches/07.dwm-alwayscenter-20200625-f04cac6.diff')
-rw-r--r--patches/07.dwm-alwayscenter-20200625-f04cac6.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/patches/07.dwm-alwayscenter-20200625-f04cac6.diff b/patches/07.dwm-alwayscenter-20200625-f04cac6.diff
deleted file mode 100644
index 03ea9ef..0000000
--- a/patches/07.dwm-alwayscenter-20200625-f04cac6.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up dwm/dwm.c dwmmod/dwm.c
---- dwm/dwm.c 2020-06-25 00:21:30.383692180 -0300
-+++ dwmmod/dwm.c 2020-06-25 00:20:35.643692330 -0300
-@@ -1057,6 +1057,8 @@ manage(Window w, XWindowAttributes *wa)
- updatewindowtype(c);
- updatesizehints(c);
- updatewmhints(c);
-+ c->x = c->mon->mx + (c->mon->mw - WIDTH(c)) / 2;
-+ c->y = c->mon->my + (c->mon->mh - HEIGHT(c)) / 2;
- XSelectInput(dpy, w, EnterWindowMask|FocusChangeMask|PropertyChangeMask|StructureNotifyMask);
- grabbuttons(c, 0);
- if (!c->isfloating)