aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorokan2008-04-08 14:12:28 +0000
committerokan2008-04-08 14:12:28 +0000
commit06f3cfa5b9a45d5a99161f53f080c2ad0a74461a (patch)
tree658721cc3eb62fc9e20035a1356317468be4e036 /conf.c
parentc06f9877f0fcdd9de366e07ab5ef9fc27bcb11da (diff)
downloadcwm-06f3cfa5b9a45d5a99161f53f080c2ad0a74461a.tar.gz
better 'quit' keybinding default (CMS-q)
feedback from oga@ and simon@ ok oga@ simon@
Diffstat (limited to '')
-rw-r--r--conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.c b/conf.c
index 122f696..2084e25 100644
--- a/conf.c
+++ b/conf.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: conf.c,v 1.24 2008/04/07 23:47:09 simon Exp $
+ * $Id: conf.c,v 1.25 2008/04/08 14:12:28 okan Exp $
*/
#include "headers.h"
@@ -119,7 +119,7 @@ conf_init(struct conf *c)
conf_bindname(c, "M-Left", "prevgroup");
conf_bindname(c, "CM-f", "maximize");
conf_bindname(c, "CM-equal", "vmaximize");
- conf_bindname(c, "CM-q", "quit");
+ conf_bindname(c, "CMS-q", "quit");
conf_bindname(c, "M-h", "moveleft");
conf_bindname(c, "M-j", "movedown");