From 06ca3279756cdd666ab268e263e63642d9b59c0e Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 7 Jun 2013 15:26:44 +0200 Subject: gajim: Update changed configuration items. These are the changes I want to make on a permanent basis. The first is to _always_ "pop up" (it won't _really_ pop up because we're using single_roster_window) even when dnd or away. The reason is that urgent notifications aren't very disturbing while "in the zone", but on the other hand if I really _want_ to know, I want it to be seen even when away. In addition, this also sets chat state notifications to "composing_only". I'm sick of messages like "HEY!? Why aren't you paying attention!?" or "Why did you close the window?". Signed-off-by: aszlig --- cfgfiles/gajim.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cfgfiles/gajim.nix') diff --git a/cfgfiles/gajim.nix b/cfgfiles/gajim.nix index f2fae5c4..6fda0ab7 100644 --- a/cfgfiles/gajim.nix +++ b/cfgfiles/gajim.nix @@ -38,7 +38,7 @@ in mkConfig { autoawaytime = "5"; autodetect_browser_mailer = false; autopopup = true; - autopopupaway = false; + autopopupaway = true; autoxa = false; autoxa_message = "$S (Not available as a result of being" + " idle more than $T min)"; @@ -145,7 +145,7 @@ in mkConfig { notify_on_signout = false; one_message_window = "always_with_roster"; openwith = "xdg-open"; - outgoing_chat_state_notifications = "all"; + outgoing_chat_state_notifications = "composing_only"; outmsgcolor = "#add8e6"; outmsgfont = ""; outmsgtxtcolor = ""; -- cgit 1.4.1