Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
0ea0343
)
changed order if h/l
author
Anselm R. Garbe <
[email protected]
>
Fri, 23 Feb 2007 10:09:18 +0000
(11:09 +0100)
committer
Anselm R. Garbe <
[email protected]
>
Fri, 23 Feb 2007 10:09:18 +0000
(11:09 +0100)
config.default.h
diff
|
blob
|
history
diff --git
a/config.default.h
b/config.default.h
index
c20f1b2
..
95e2906
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 }, \