diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2007-11-28 16:02:38 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2007-11-28 16:02:38 +0000 |
commit | d3c2b53c39235c8e233fa1ac7ac7ee8a36b8535a (patch) | |
tree | 47c2f1211d802e5495fd4d83affc15224478bea4 /app | |
parent | 62d940d3f220044dc14472bf4a6506f09bca6a0e (diff) |
Another messed up keybinding.
I blame todd...
ok okan@
Diffstat (limited to 'app')
-rw-r--r-- | app/cwm/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/cwm/conf.c b/app/cwm/conf.c index ca7c21687..4681faeec 100644 --- a/app/cwm/conf.c +++ b/app/cwm/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"); |