mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-10-29 11:04:16 +00:00
master-right: rebase against 9c05b9622c7aa3a0874c49231249cf1859e2d031
This commit is contained in:
parent
055f98b37c
commit
7dbddf31e5
@ -3,7 +3,7 @@ Show the master area to the right.
|
|||||||
|
|
||||||
### Download
|
### Download
|
||||||
- [git branch](https://codeberg.org/sevz/dwl/src/branch/master-right)
|
- [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)
|
- [master-right-0.7.patch](/dwl/dwl-patches/raw/branch/main/patches/master-right/master-right-0.7.patch)
|
||||||
|
|
||||||
### Authors
|
### Authors
|
||||||
|
|||||||
@ -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>
|
From: Sevz17 <leohdz172@outlook.com>
|
||||||
Date: Fri, 25 Jun 2021 19:50:56 -0500
|
Date: Fri, 25 Jun 2021 19:50:56 -0500
|
||||||
Subject: [PATCH] show master area to the right
|
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(-)
|
1 file changed, 3 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/dwl.c b/dwl.c
|
diff --git a/dwl.c b/dwl.c
|
||||||
index 6f041a0d..14b2ae3c 100644
|
index 9021e442..2bd354a3 100644
|
||||||
--- a/dwl.c
|
--- a/dwl.c
|
||||||
+++ b/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)
|
if (!VISIBLEON(c, m) || c->isfloating || c->isfullscreen)
|
||||||
continue;
|
continue;
|
||||||
if (i < m->nmaster) {
|
if (i < m->nmaster) {
|
||||||
@ -31,5 +31,5 @@ index 6f041a0d..14b2ae3c 100644
|
|||||||
ty += c->geom.height;
|
ty += c->geom.height;
|
||||||
}
|
}
|
||||||
--
|
--
|
||||||
2.45.2
|
2.46.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user