about summary refs log tree commit diff stats
path: root/config.default.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-09-29 16:22:20 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-09-29 16:22:20 +0200
commitfee8df6ccf3ab1494421d422af252f7b3da3a811 (patch)
tree58341fa588b13698bdcb12bdd5ef2a24019ef449 /config.default.h
parent8fa47ac679cfd91c022a35f2469bea7396e5f7c7 (diff)
downloaddwm-fee8df6ccf3ab1494421d422af252f7b3da3a811.tar.gz
added the new dotile as described on ml
Diffstat (limited to 'config.default.h')
-rw-r--r--config.default.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.default.h b/config.default.h
index 9fd8792..7fb22de 100644
--- a/config.default.h
+++ b/config.default.h
@@ -30,6 +30,8 @@ static Key key[] = { \
 	{ MODKEY,			XK_Tab,		focusnext,	{ 0 } }, \
 	{ MODKEY|ShiftMask,		XK_Tab,		focusprev,	{ 0 } }, \
 	{ MODKEY,			XK_Return,	zoom,		{ 0 } }, \
+	{ MODKEY,			XK_b,		togglestackpos,	{ 0 } }, \
+	{ MODKEY,			XK_d,		togglestackdir,	{ 0 } }, \
 	{ MODKEY,			XK_g,		resizecol,	{ .i = 20 } }, \
 	{ MODKEY,			XK_s,		resizecol,	{ .i = -20 } }, \
 	{ MODKEY|ShiftMask,		XK_1,		tag,		{ .i = 0 } }, \