From 70f2d04d4aefd663545de397fef374e5419514b2 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 27 May 2013 05:51:44 +0200 Subject: gajim: Don't close (group)chat windows on ESC. I'm a Vim user, so I tend to hit the escape key more often than people using other text editors ;-) Signed-off-by: aszlig --- cfgfiles/gajim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfgfiles/gajim.nix b/cfgfiles/gajim.nix index 12aae366..6ccdad0d 100644 --- a/cfgfiles/gajim.nix +++ b/cfgfiles/gajim.nix @@ -74,7 +74,7 @@ in mkConfig { displayed_chat_state_notifications = "all"; emoticons_theme = ""; enable_negative_priority = false; - escape_key_closes = true; + escape_key_closes = false; esession_modp = "5,14"; file_transfers_port = "28011"; ft_add_hosts_to_send = ""; -- cgit 1.4.1