diff options
| author | tslil <tslil@posteo.de> | 2026-04-04 17:44:21 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-04-04 17:47:21 +0100 |
| commit | 5413fb67d5454666cd4606ac51e8f8d1ae31aa6e (patch) | |
| tree | effd7869b631e1e1a455b65eea1a1f12263b4bba /dwl/rmaster.patch | |
| parent | 0c860a57966d4c0f4ef817b9c7f378de4623a236 (diff) | |
cleanup
Diffstat (limited to 'dwl/rmaster.patch')
| -rw-r--r-- | dwl/rmaster.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dwl/rmaster.patch b/dwl/rmaster.patch deleted file mode 100644 index f6afd59..0000000 --- a/dwl/rmaster.patch +++ /dev/null @@ -1,27 +0,0 @@ -From fb5d9aab92bf5eae32b62d345290f61fec08a2fe Mon Sep 17 00:00:00 2001 -From: tslil clingman -Date: Sun, 26 Nov 2023 16:38:01 +0100 -Subject: [PATCH] rmaster - ---- - dwl.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/dwl.c b/dwl.c -index 47e238e..3e9bd4a 100644 ---- a/dwl.c -+++ b/dwl.c -@@ -2451,11 +2451,11 @@ tile(Monitor *m) - if (!VISIBLEON(c, m) || c->isfloating || c->isfullscreen) - continue; - if (i < m->nmaster) { -- resize(c, (struct wlr_box){.x = m->w.x, .y = m->w.y + my, .width = mw, -+ resize(c, (struct wlr_box){.x = m->w.x + m->w.width - mw, .y = m->w.y + my, .width = mw, - .height = (m->w.height - my) / (MIN(n, m->nmaster) - i)}, 0); - my += c->geom.height; - } else { -- resize(c, (struct wlr_box){.x = m->w.x + mw, .y = m->w.y + ty, -+ resize(c, (struct wlr_box){.x = m->w.x, .y = m->w.y + ty, - .width = m->w.width - mw, .height = (m->w.height - ty) / (n - i)}, 0); - ty += c->geom.height; - } |
