projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ea0343
)
changed order if h/l
author
Anselm R. Garbe
<arg@suckless.org>
Fri, 23 Feb 2007 10:09:18 +0000
(11:09 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Fri, 23 Feb 2007 10:09:18 +0000
(11:09 +0100)
config.default.h
patch
|
blob
|
history
diff --git
a/config.default.h
b/config.default.h
index c20f1b23e77ed25e0308a0ea9e0a9058aefe1427..95e2906e19cc8e4952e18ef080e0176382c2634d 100644
(file)
--- 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 }, \