From e8d03b24b6f2b409eb21d420ce5a618359dd1c2d Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 5 May 2024 15:23:15 +0530 Subject: remove patches dir --- patches/alwayscenter.patch | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 patches/alwayscenter.patch (limited to 'patches/alwayscenter.patch') diff --git a/patches/alwayscenter.patch b/patches/alwayscenter.patch deleted file mode 100644 index 3664763..0000000 --- a/patches/alwayscenter.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 95ac2fd73af8cee3ce3e556c254e60a2ca985515 Mon Sep 17 00:00:00 2001 -From: Guido Cella -Date: Tue, 16 Jan 2024 18:14:50 +0100 -Subject: [PATCH] center floating windows - ---- - dwl.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/dwl.c b/dwl.c -index 95ebee8..ac077e3 100644 ---- a/dwl.c -+++ b/dwl.c -@@ -453,6 +453,8 @@ applyrules(Client *c) - } - } - } -+ c->geom.x = (mon->w.width - c->geom.width) / 2 + mon->m.x; -+ c->geom.y = (mon->w.height - c->geom.height) / 2 + mon->m.y; - setmon(c, mon, newtags); - } - --- -2.43.0 - -- cgit v1.2.3