commit 675c38be4ecafe90aac9e8d19cfc4dfe3a3b17e8
parent 114a9150b5b16b68dd6da4790668b449d695dcc0
Author: Jan Christoph Ebersbach <jceb@e-jc.de>
Date: Tue, 14 Feb 2012 21:45:49 +0100
remove history page for the push patch; move links to older push patches to the current push page
Diffstat:
2 files changed, 3 insertions(+), 17 deletions(-)
diff --git a/dwm.suckless.org/patches/historical/push.md b/dwm.suckless.org/patches/historical/push.md
@@ -1,17 +0,0 @@
-# PUSH UP/DOWN
-
-## Description
-
-This patch provides a way to move clients position inside the clients list.
-
- #include "push.c"
-
- { MODKEY|ControlMask, XK_j, pushdown, {0} },
- { MODKEY|ControlMask, XK_k, pushup, {0} },
-
-## Download
-
- * [dwm-6.0-push.diff](dwm-6.0-push.diff) (1.3K) (20120214)
- * [push-5.6.c](push-5.6.c) (1K) (20090709)
- * [push-5.3.c](push-5.3.c) (1K) (20090124)
-
diff --git a/dwm.suckless.org/patches/push.md b/dwm.suckless.org/patches/push.md
@@ -13,7 +13,10 @@
## Download
+* [dwm-6.0-push.diff](dwm-6.0-push.diff) (1.3K) (20120214)
* [push.c](push.c) (dwm 5.7.1) (20090927)
+* [push-5.6.c](historical/push-5.6.c) (1K) (20090709)
+* [push-5.3.c](historical/push-5.3.c) (1K) (20090124)
## Note