diff options
author | Acid Bong <acid-bong@cock.lt> | 2022-12-01 00:54:10 +0200 |
---|---|---|
committer | Acid Bong <acid-bong@cock.lt> | 2022-12-01 00:54:10 +0200 |
commit | dce66cbb27321b355f3f7e855bfb619faf2ce957 (patch) | |
tree | d79ea1c1ad3bb27c88874c80b61dba353c90e90d /patches/1-alwayscenter-20200625-f04cac6.diff | |
parent | ce9b1c80a439246a7dd2c9fac9c4e1a98fced4ef (diff) | |
download | dwm-dce66cbb27321b355f3f7e855bfb619faf2ce957.tar.gz |
renumbered patches
Diffstat (limited to 'patches/1-alwayscenter-20200625-f04cac6.diff')
-rw-r--r-- | patches/1-alwayscenter-20200625-f04cac6.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/patches/1-alwayscenter-20200625-f04cac6.diff b/patches/1-alwayscenter-20200625-f04cac6.diff deleted file mode 100644 index 03ea9ef..0000000 --- a/patches/1-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) |