aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authoroga2007-11-28 16:02:37 +0000
committeroga2007-11-28 16:02:37 +0000
commit7f9f575b0ac9765c51c4ac7f61c23660576a5e22 (patch)
tree5a91bbf469d82a1da7cb5c43086d474b30c1b6b0 /conf.c
parentddb862143b12bcf11aaffd3f3ac9368901fbb7fd (diff)
downloadcwm-7f9f575b0ac9765c51c4ac7f61c23660576a5e22.tar.gz
Another messed up keybinding.
I blame todd... ok okan@
Diffstat (limited to '')
-rw-r--r--conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.c b/conf.c
index ca7c216..4681fae 100644
--- a/conf.c
+++ b/conf.c
@@ -4,7 +4,7 @@
* Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org>
* All rights reserved.
*
- * $Id: conf.c,v 1.14 2007/11/27 17:17:08 okan Exp $
+ * $Id: conf.c,v 1.15 2007/11/28 16:02:37 oga Exp $
*/
#include "headers.h"
@@ -196,7 +196,7 @@ conf_setup(struct conf *c)
conf_bindname(c, "CM-n", "label");
conf_bindname(c, "CM-x", "delete");
conf_bindname(c, "CM-Escape", "groupselect");
- conf_bindname(c, "CM-0", "group0");
+ conf_bindname(c, "CM-0", "nogroup");
conf_bindname(c, "CM-1", "group1");
conf_bindname(c, "CM-2", "group2");
conf_bindname(c, "CM-3", "group3");