JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
changed order if h/l
authorAnselm R. Garbe <arg@suckless.org>
Fri, 23 Feb 2007 10:09:18 +0000 (11:09 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Fri, 23 Feb 2007 10:09:18 +0000 (11:09 +0100)
config.default.h

index c20f1b2..95e2906 100644 (file)
@@ -47,8 +47,8 @@ static Key key[] = { \
        { MODKEY,                       XK_space,       setlayout,      NULL }, \
        { MODKEY,                       XK_d,           incnmaster,     "-1" }, \
        { MODKEY,                       XK_i,           incnmaster,     "1" }, \
-       { MODKEY,                       XK_l,           incmasterw,     "32" }, \
        { MODKEY,                       XK_h,           incmasterw,     "-32" }, \
+       { MODKEY,                       XK_l,           incmasterw,     "32" }, \
        { MODKEY,                       XK_j,           focusclient,    "1" }, \
        { MODKEY,                       XK_k,           focusclient,    "-1" }, \
        { MODKEY,                       XK_m,           togglemax,      NULL }, \