about summary refs log tree commit diff stats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-09-05 16:05:09 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-09-05 16:05:09 +0200
commit0ed0fa4d5b3d5f0215c76563dbb72475eed1f3e8 (patch)
treec9a3dd71fd7157a7a7b8fbb02f933ed3387f6864 /config.arg.h
parentec85fddb9a3a93a216b779cc39fead1a3d90aafd (diff)
downloaddwm-0ed0fa4d5b3d5f0215c76563dbb72475eed1f3e8.tar.gz
ach ich will auch Alt-s
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 feb90ed..0ed8c74 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -35,6 +35,7 @@ static Key key[] = { \
 	{ MODKEY,			XK_Return,	zoom,		{ 0 } }, \
 	{ MODKEY,			XK_m,		togglemax,	{ 0 } }, \
 	{ 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 } }, \