diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2007-11-27 17:17:09 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2007-11-27 17:17:09 +0000 |
commit | 2d36c0f55bb0faee0f3bf0016d8affbb1a5c80e4 (patch) | |
tree | 57c3a8a9960c35446efdd94e56cd6b2befaf8c73 /app/cwm/conf.c | |
parent | 99d33775d707bd0a4ca4d41c18a079c1d4c4ecb0 (diff) |
re-add a lost group keybinding
ok oga@ todd@
Diffstat (limited to 'app/cwm/conf.c')
-rw-r--r-- | app/cwm/conf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/cwm/conf.c b/app/cwm/conf.c index c371d13a8..ca7c21687 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.13 2007/11/19 22:18:16 oga Exp $ + * $Id: conf.c,v 1.14 2007/11/27 17:17:08 okan Exp $ */ #include "headers.h" @@ -200,6 +200,7 @@ conf_setup(struct conf *c) conf_bindname(c, "CM-1", "group1"); conf_bindname(c, "CM-2", "group2"); conf_bindname(c, "CM-3", "group3"); + conf_bindname(c, "CM-4", "group4"); conf_bindname(c, "CM-5", "group5"); conf_bindname(c, "CM-6", "group6"); conf_bindname(c, "CM-7", "group7"); |