From f830cf38e827d282dbd0b8f3b22db6139035942e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Hern=C3=A1ndez=20Hern=C3=A1ndez?= Date: Mon, 22 Jul 2024 22:59:16 -0600 Subject: [PATCH] hide-behind-fullscreen: rebase against 9c05b9622c7aa3a0874c49231249cf1859e2d031 --- patches/hide-behind-fullscreen/README.md | 2 +- .../hide-behind-fullscreen.patch | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/patches/hide-behind-fullscreen/README.md b/patches/hide-behind-fullscreen/README.md index 203e57b..2011120 100644 --- a/patches/hide-behind-fullscreen/README.md +++ b/patches/hide-behind-fullscreen/README.md @@ -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 diff --git a/patches/hide-behind-fullscreen/hide-behind-fullscreen.patch b/patches/hide-behind-fullscreen/hide-behind-fullscreen.patch index ed18383..2c4a2ed 100644 --- a/patches/hide-behind-fullscreen/hide-behind-fullscreen.patch +++ b/patches/hide-behind-fullscreen/hide-behind-fullscreen.patch @@ -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?= Date: Sun, 10 Apr 2022 22:38:53 -0500 @@ -14,7 +14,7 @@ Signed-off-by: Leonardo Hernández Hernández 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