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-08-31 18:02:38 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-31 18:02:38 +0200
commitdaae3bba504fc705c5fd56363b656937eee5deb4 (patch)
treeef2cb9bc82b2e19ca8ae58d0ba3864660c4d8bc7 /config.default.h
parent05fbbbd8dc3f990f07fe2055693bef0031fd4623 (diff)
downloaddwm-daae3bba504fc705c5fd56363b656937eee5deb4.tar.gz
added viewall to mainstream (only Ross Mohns version, not the toggle)
Diffstat (limited to 'config.default.h')
-rw-r--r--config.default.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.default.h b/config.default.h
index 6147c98..35729ac 100644
--- a/config.default.h
+++ b/config.default.h
@@ -46,6 +46,7 @@ static Key key[] = { \
 	{ MODKEY,			XK_3,		view,		{ .i = 2 } }, \
 	{ MODKEY,			XK_4,		view,		{ .i = 3 } }, \
 	{ MODKEY,			XK_5,		view,		{ .i = 4 } }, \
+	{ MODKEY,			XK_a,		viewall,	{ 0 } }, \
 	{ MODKEY|ControlMask,		XK_1,		toggleview,	{ .i = 0 } }, \
 	{ MODKEY|ControlMask,		XK_2,		toggleview,	{ .i = 1 } }, \
 	{ MODKEY|ControlMask,		XK_3,		toggleview,	{ .i = 2 } }, \