commit f10b77b1a8e36b755321f7125be03fe6e25eb6fd parent e38030243e9e8ebd3abb41bb6980c4aa106a8989 Author: Moritz Wilhelmy <moritz+hg@wzff.de> Date: Tue, 1 Mar 2011 11:31:52 +0100 movestack and push seem to be equivalent, add a hint to each Diffstat:
| M | dwm.suckless.org/patches/movestack.md | | | 4 | ++++ |
| M | dwm.suckless.org/patches/push.md | | | 4 | ++++ |
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/dwm.suckless.org/patches/movestack.md b/dwm.suckless.org/patches/movestack.md @@ -34,4 +34,8 @@ movestack(-1) will swap the client with the current focus with the previous clie * Moritz Wilhelmy (fix to work with dwm 5.8) - `<`moritz plus suckless at wzff dot de`>` +## Note + +This patch seems to be equivalent to the [push](push) patch. + [1]: http://www.aplusbi.com/projects/dwm/dwm-5.6.1-movestack.diff diff --git a/dwm.suckless.org/patches/push.md b/dwm.suckless.org/patches/push.md @@ -14,3 +14,7 @@ ## Download * [push.c](push.c) (dwm 5.7.1) (20090927) + +## Note + +This patch seems to be equivalent to the [movestack](movestack) patch.