sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit ac0a00b264307cd9a154eed3c2159c305a5d48d6
parent 44a00ce0ad2c9517b56a9178c5198653bc3db061
Author: Ivan Tham <pickfire@riseup.net>
Date:   Sat, 26 Sep 2015 21:33:38 +0800

[dwm][push] Line up config

Diffstat:
Mdwm.suckless.org/patches/push.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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.