diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-03-09 13:47:45 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-03-09 13:47:45 +0530 |
commit | d353bcd29683cb447130bf151fcaacfd349ec16a (patch) | |
tree | 9ecf16c9fc33e35fd7698eab587387d9ca64bef3 /patches/07.dwm-alwayscenter-20200625-f04cac6.diff | |
parent | 0fa57d2c51bac6ba904aa37d4d818cb3b9c151a9 (diff) |
Adding patches
Diffstat (limited to 'patches/07.dwm-alwayscenter-20200625-f04cac6.diff')
-rw-r--r-- | patches/07.dwm-alwayscenter-20200625-f04cac6.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/07.dwm-alwayscenter-20200625-f04cac6.diff b/patches/07.dwm-alwayscenter-20200625-f04cac6.diff new file mode 100644 index 0000000..03ea9ef --- /dev/null +++ b/patches/07.dwm-alwayscenter-20200625-f04cac6.diff @@ -0,0 +1,12 @@ +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) |