master-right: rebase against 9c05b9622c7aa3a0874c49231249cf1859e2d031

This commit is contained in:
Leonardo Hernández Hernández 2024-09-01 22:54:22 -06:00
parent 055f98b37c
commit 7dbddf31e5
No known key found for this signature in database
GPG Key ID: E538897EE11B9624
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ Show the master area to the right.
### Download
- [git branch](https://codeberg.org/sevz/dwl/src/branch/master-right)
- [2024-06-07](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/master-right/master-right.patch)
- [main 2024-09-01](/dwl/dwl-patches/raw/branch/main/patches/master-right/master-right.patch)
- [master-right-0.7.patch](/dwl/dwl-patches/raw/branch/main/patches/master-right/master-right-0.7.patch)
### Authors

View File

@ -1,4 +1,4 @@
From 7df91a900570684ee6ac31a95296cd60a32b00b6 Mon Sep 17 00:00:00 2001
From 0afd0a98998dda20e4fe4f4d2b5fcdec49c448c3 Mon Sep 17 00:00:00 2001
From: Sevz17 <leohdz172@outlook.com>
Date: Fri, 25 Jun 2021 19:50:56 -0500
Subject: [PATCH] show master area to the right
@ -12,10 +12,10 @@ Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dwl.c b/dwl.c
index 6f041a0d..14b2ae3c 100644
index 9021e442..2bd354a3 100644
--- a/dwl.c
+++ b/dwl.c
@@ -2608,11 +2608,12 @@ tile(Monitor *m)
@@ -2670,11 +2670,12 @@ tile(Monitor *m)
if (!VISIBLEON(c, m) || c->isfloating || c->isfullscreen)
continue;
if (i < m->nmaster) {
@ -31,5 +31,5 @@ index 6f041a0d..14b2ae3c 100644
ty += c->geom.height;
}
--
2.45.2
2.46.0