changed order if h/l

This commit is contained in:
Anselm R. Garbe 2007-02-23 11:09:18 +01:00
parent 0ea0343a63
commit 35f08f4231
1 changed files with 1 additions and 1 deletions

View 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 }, \