commit c0fd0965208958ae033407a5ab9310df605257fb
parent f7a4b3bc13049483885e38301423f2652eca95f7
Author: nsz <nszabolcs@gmail.com>
Date: Thu, 9 Jul 2009 21:42:25 +0200
dwm push.c config fix
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dwm.suckless.org/patches/push.md b/dwm.suckless.org/patches/push.md
@@ -6,8 +6,8 @@ This patch provides a way to move clients position inside the clients list.
#include "push-5.6.c"
- { MODKEY|ControlMask, XK_j, pushdown, NULL },
- { MODKEY|ControlMask, XK_k, pushup, NULL },
+ { MODKEY|ControlMask, XK_j, pushdown, {0} },
+ { MODKEY|ControlMask, XK_k, pushup, {0} },
## Download