summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authoroga <oga>2007-11-28 16:02:37 +0000
committeroga <oga>2007-11-28 16:02:37 +0000
commitf14a3eeebff6e0a378b38629bc1202af7e74b420 (patch)
tree4e1b6373689def48c8cdf233a54080358c3b27e5 /conf.c
parent19ae2f65de9bba2ce86b80bbc0bafa5bddae6d61 (diff)
downloadcwm-f14a3eeebff6e0a378b38629bc1202af7e74b420.tar.gz
cwm-f14a3eeebff6e0a378b38629bc1202af7e74b420.tar.xz
cwm-f14a3eeebff6e0a378b38629bc1202af7e74b420.zip
Another messed up keybinding.
I blame todd...

ok okan@
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index e05f3e3..0dc5ed7 100644
--- a/conf.c
+++ b/conf.c
@@ -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");