aboutsummaryrefslogtreecommitdiffstats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-09-05 09:02:37 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-09-05 09:02:37 +0200
commit6499fc4f938eb7e61ab3e25df3904db9c890c693 (patch)
treebbe84ad7310956ec3de01e86145905af7658e3b2 /config.arg.h
parent04f27a54380cbd2bb24d8a86b672af34bb38d2fa (diff)
downloaddwm-6499fc4f938eb7e61ab3e25df3904db9c890c693.tar.zst
I really need column growing, now pushing upstream
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.arg.h b/config.arg.h
index 7636b93..f60079c 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -34,6 +34,7 @@ static Key key[] = { \
{ MODKEY, XK_k, focusprev, { 0 } }, \
{ MODKEY, XK_Return, zoom, { 0 } }, \
{ MODKEY, XK_m, togglemax, { 0 } }, \
+ { MODKEY, XK_g, growcol, { .i = 20 } }, \
{ MODKEY|ShiftMask, XK_1, tag, { .i = 0 } }, \
{ MODKEY|ShiftMask, XK_2, tag, { .i = 1 } }, \
{ MODKEY|ShiftMask, XK_3, tag, { .i = 2 } }, \