commit ac0a00b264307cd9a154eed3c2159c305a5d48d6
Author: Ivan Tham <[email protected]>
Date:   Sat Sep 26 21:33:38 2015 +0800

    [dwm][push] Line up config

diff --git a/dwm.suckless.org/patches/push.md b/dwm.suckless.org/patches/push.md
index bc9b836..526de7c 100644
--- a/dwm.suckless.org/patches/push.md
+++ b/dwm.suckless.org/patches/push.md
@@ -8,8 +8,8 @@
        
        static Key keys[] = {
                ...
-               { MODKEY|ControlMask,           XK_j,           pushdown,       
{0} },
-               { MODKEY|ControlMask,           XK_k,           pushup,         
{0} },
+               { MODKEY|ControlMask,           XK_j,      pushdown,       {0} 
},
+               { MODKEY|ControlMask,           XK_k,      pushup,         {0} 
},
 
 `push_no_master` is the same as the regular `push` patch, but it does not push 
up nor push down into the master area. We have zoom() for that.
 


Reply via email to