From f7578684362bec45ae1cce3086749cc9fbaf97d6 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Wed, 26 Feb 2014 21:21:25 +0100 Subject: [PATCH] change defaults not to flicker on key and produce sounds --- src/bin/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/config.c b/src/bin/config.c index d0636821..949a09bc 100644 --- a/src/bin/config.c +++ b/src/bin/config.c @@ -486,7 +486,7 @@ config_load(const char *key) config->translucent = EINA_FALSE; config->jump_on_change = EINA_TRUE; config->jump_on_keypress = EINA_TRUE; - config->flicker_on_key = EINA_TRUE; + config->flicker_on_key = EINA_FALSE; config->disable_cursor_blink = EINA_FALSE; config->disable_visual_bell = EINA_FALSE; s = eina_unicode_unicode_to_utf8(sep, &slen);