From 70cc53077fa64f7f2e37c6801b5376fa73b99d23 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Sun, 16 May 2021 20:41:50 +0200 Subject: [PATCH] update pertag --- Patches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Patches.md b/Patches.md index 9e5bbdd..851f7d7 100644 --- a/Patches.md +++ b/Patches.md @@ -28,7 +28,7 @@ Please ensure that the only changes in that branch are those needed for the patc * [makeDesktop](https://github.com/djpohly/dwl/compare/main...Stivvo:makeDesktop.patch): Support for ``make install`` and ``make uninstall``, which also installs a .desktop file to start dwl from a display manager * [movestack](https://github.com/djpohly/dwl/compare/main...sam-barr:movestack.patch): Allows you to move a window up and down the stack * [output-power-management](https://github.com/djpohly/dwl/compare/main...guidocella:output-power-management.patch): Implement the output-power-management protocol. I don't know what this is used by, but here it is in case you need it -* [pertag](https://github.com/djpohly/dwl/compare/main...Bonicgamer:pertag.patch): A very slightly modified version of dwm's pertag patch +* [pertag](https://github.com/djpohly/dwl/compare/main...guidocella:pertag.patch): A very slightly modified version of dwm's pertag patch (updated version of https://github.com/djpohly/dwl/compare/main...Bonicgamer:pertag.patch) * [pointerConstraints](https://github.com/djpohly/dwl/compare/main...Bonicgamer:pointerconstraints0.patch): basic pointer constraints | Updated: 9/20/2020 Hotfix: 6:24PM * [push](https://github.com/djpohly/dwl/compare/wlroots-next...djpohly:push.patch): Adds functions `pushup` and `pushdown` to move windows within the tiling order ([original dwm patch](https://dwm.suckless.org/patches/push/)) * [restoreTiling](https://github.com/djpohly/dwl/compare/main...Stivvo:restoreTiling.patch): All floating windows become tiling when switching to a different layout (mod+t, mod+m...)