aboutsummaryrefslogtreecommitdiffstats
path: root/config.default.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-09-05 13:52:23 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-09-05 13:52:23 +0200
commit3a1343a2458aa53d50019f24a32a3ab9bb8b3a83 (patch)
treeaa90f9162005dd1fdfb015a6a15dc0c372450b34 /config.default.h
parent9066ee2eb4c254e922c5637bdda8013e618ac3b3 (diff)
downloaddwm-3a1343a2458aa53d50019f24a32a3ab9bb8b3a83.tar.zst
renamed resizetile into resizecol
Diffstat (limited to 'config.default.h')
-rw-r--r--config.default.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.default.h b/config.default.h
index 0cdeddf..395b35e 100644
--- a/config.default.h
+++ b/config.default.h
@@ -29,8 +29,8 @@ static Key key[] = { \
{ MODKEY|ShiftMask, XK_Tab, focusprev, { 0 } }, \
{ MODKEY, XK_Return, zoom, { 0 } }, \
{ MODKEY, XK_m, togglemax, { 0 } }, \
- { MODKEY, XK_g, resizetile, { .i = 20 } }, \
- { MODKEY, XK_s, resizetile, { .i = -20 } }, \
+ { MODKEY, XK_g, resizecol, { .i = 20 } }, \
+ { MODKEY, XK_s, resizecol, { .i = -20 } }, \
{ MODKEY|ShiftMask, XK_1, tag, { .i = 0 } }, \
{ MODKEY|ShiftMask, XK_2, tag, { .i = 1 } }, \
{ MODKEY|ShiftMask, XK_3, tag, { .i = 2 } }, \