Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
d296081
)
nah the last change feels bad
author
Anselm R. Garbe <
[email protected]
>
Fri, 12 Jan 2007 12:06:15 +0000
(13:06 +0100)
committer
Anselm R. Garbe <
[email protected]
>
Fri, 12 Jan 2007 12:06:15 +0000
(13:06 +0100)
config.arg.h
diff
|
blob
|
history
diff --git
a/config.arg.h
b/config.arg.h
index
581da1e
..
180395a
100644
(file)
--- a/
config.arg.h
+++ b/
config.arg.h
@@
-33,8
+33,8
@@
static Key key[] = { \
"-sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"')\" && exec $exe" } }, \
{ MODKEY, XK_j, focusnext, { 0 } }, \
{ MODKEY, XK_k, focusprev, { 0 } }, \
"-sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"')\" && exec $exe" } }, \
{ MODKEY, XK_j, focusnext, { 0 } }, \
{ MODKEY, XK_k, focusprev, { 0 } }, \
- { MODKEY, XK_
l
, incnmaster, { .i = 1 } }, \
- { MODKEY, XK_
h
, incnmaster, { .i = -1 } }, \
+ { MODKEY, XK_
i
, incnmaster, { .i = 1 } }, \
+ { MODKEY, XK_
d
, incnmaster, { .i = -1 } }, \
{ MODKEY, XK_Return, zoom, { 0 } }, \
{ MODKEY, XK_g, resizemaster, { .i = 15 } }, \
{ MODKEY, XK_s, resizemaster, { .i = -15 } }, \
{ MODKEY, XK_Return, zoom, { 0 } }, \
{ MODKEY, XK_g, resizemaster, { .i = 15 } }, \
{ MODKEY, XK_s, resizemaster, { .i = -15 } }, \