Browse Source

changed order if h/l

Anselm R. Garbe 18 years ago
parent
commit
35f08f4231
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.default.h

+ 1 - 1
config.default.h

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