From a87342897a2fcffe2925950438a43095e74b0773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Hern=C3=A1ndez=20Hern=C3=A1ndez?= Date: Sun, 19 Jan 2025 18:10:03 -0600 Subject: [PATCH] push: rebase against d1c2f434983562bd7d2ace15ab0c05155be603bc --- patches/push/README.md | 2 +- patches/push/push.patch | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/patches/push/README.md b/patches/push/README.md index 1f444c0..5582bfd 100644 --- a/patches/push/README.md +++ b/patches/push/README.md @@ -3,7 +3,7 @@ Adds functions `pushup` and `pushdown` to move windows within the tiling order. ### Download - [git branch](https://codeberg.org/sevz/dwl/src/branch/push) -- [2024-09-03](/dwl/dwl-patches/raw/branch/main/patches/push/push.patch) +- [2025-01-20](/dwl/dwl-patches/raw/branch/main/patches/push/push.patch) - [push-0.7.patch](/dwl/dwl-patches/raw/branch/main/patches/push/push-0.7.patch) ### Authors diff --git a/patches/push/push.patch b/patches/push/push.patch index 839b3e5..5f6cba9 100644 --- a/patches/push/push.patch +++ b/patches/push/push.patch @@ -1,4 +1,4 @@ -From 23f9113fd746081a6c32d9c6367f19eabe9a91b3 Mon Sep 17 00:00:00 2001 +From 06d86c26da60e4196ec3c5228b04c66ac042a1f8 Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Thu, 4 Mar 2021 00:45:50 -0600 Subject: [PATCH] port dwm "push" patch to dwl @@ -17,7 +17,7 @@ Signed-off-by: Leonardo Hernández Hernández create mode 100644 push.h diff --git a/Makefile b/Makefile -index 8db7409c..e742ed3f 100644 +index 578194f2..f919a61e 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ LDLIBS = `$(PKG_CONFIG) --libs $(PKGS)` $(WLR_LIBS) -lm $(LIBS) @@ -30,10 +30,10 @@ index 8db7409c..e742ed3f 100644 wlr-output-power-management-unstable-v1-protocol.h xdg-shell-protocol.h util.o: util.c util.h diff --git a/dwl.c b/dwl.c -index 9021e442..f9e44f33 100644 +index ad21e1ba..69753921 100644 --- a/dwl.c +++ b/dwl.c -@@ -425,7 +425,9 @@ static xcb_atom_t netatom[NetLast]; +@@ -450,7 +450,9 @@ static struct wlr_xwayland *xwayland; #endif /* configuration, allows nested code to access above variables */ @@ -123,5 +123,5 @@ index 00000000..59c0f80e +static void pushdown(const Arg *arg); +static void pushup(const Arg *arg); -- -2.46.0 +2.48.0