hide-behind-fullscreen: rebase against 9c05b9622c7aa3a0874c49231249cf1859e2d031

This commit is contained in:
Leonardo Hernández Hernández 2024-07-22 22:59:16 -06:00
parent 60442bb489
commit f830cf38e8
No known key found for this signature in database
GPG Key ID: E538897EE11B9624
2 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@ be shown
### Download
- [git branch](https://codeberg.org/sevz/dwl/src/branch/hide-behind-fullscreen)
- [2024-06-13](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/hide-behind-fullscreen/hide-behind-fullscreen.patch)
- [main 2024-09-01](/dwl/dwl-patches/raw/branch/main/patches/hide-behind-fullscreen/hide-behind-fullscreen.patch)
- [hide-behind-fullscreen-0.7.patch](/dwl/dwl-patches/raw/branch/main/patches/hide-behind-fullscreen/hide-behind-fullscreen-0.7.patch)
### Authors

View File

@ -1,4 +1,4 @@
From 611144be3f78e66c7fbb7b3e84801a661986e424 Mon Sep 17 00:00:00 2001
From a102d5220bbfcd74e345011ca0ccf908a9f6668b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Leonardo=20Hern=C3=A1ndez=20Hern=C3=A1ndez?=
<leohdz172@proton.me>
Date: Sun, 10 Apr 2022 22:38:53 -0500
@ -14,7 +14,7 @@ Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
2 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h
index a784eb4f..50b3cae4 100644
index 22d2171d..1d5a4c84 100644
--- a/config.def.h
+++ b/config.def.h
@@ -12,7 +12,7 @@ static const float bordercolor[] = COLOR(0x444444ff);
@ -27,10 +27,10 @@ index a784eb4f..50b3cae4 100644
/* tagging - TAGCOUNT must be no greater than 31 */
#define TAGCOUNT (9)
diff --git a/dwl.c b/dwl.c
index 6f041a0d..156a156e 100644
index 9021e442..111be796 100644
--- a/dwl.c
+++ b/dwl.c
@@ -478,7 +478,9 @@ applyrules(Client *c)
@@ -480,7 +480,9 @@ applyrules(Client *c)
void
arrange(Monitor *m)
{
@ -41,7 +41,7 @@ index 6f041a0d..156a156e 100644
if (!m->wlr_output->enabled)
return;
@@ -509,6 +511,26 @@ arrange(Monitor *m)
@@ -511,6 +513,26 @@ arrange(Monitor *m)
: c->scene->node.parent);
}
@ -69,5 +69,5 @@ index 6f041a0d..156a156e 100644
m->lt[m->sellt]->arrange(m);
motionnotify(0, NULL, 0, 0, 0, 0);
--
2.45.2
2.46.0