aboutsummarylogtreecommitdiffstats
path: root/config.default.h
diff options
context:
space:
mode:
authorAnselm R. Garbe2007-02-23 11:09:18 +0100
committerAnselm R. Garbe2007-02-23 11:09:18 +0100
commitac178c1029f28d174a030fed65ba5619ac9cfba1 (patch)
treec301e5e11a747dd548508cfe110baa558656e59d /config.default.h
parentc1ad3b02a674fcb5ced5d421682ebf2933134261 (diff)
downloadaur-ac178c1029f28d174a030fed65ba5619ac9cfba1.tar.gz
changed order if h/l
Diffstat (limited to 'config.default.h')
-rw-r--r--config.default.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.default.h b/config.default.h
index c20f1b23e77e..95e2906e19cc 100644
--- a/config.default.h
+++ b/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 }, \