about summary refs log tree commit diff
path: root/cfgfiles
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2013-06-07 15:26:44 +0200
committeraszlig <aszlig@redmoonstudios.org>2013-06-07 15:26:44 +0200
commit06ca3279756cdd666ab268e263e63642d9b59c0e (patch)
tree844aa294e4649ace4006819677c1e17cad1533f8 /cfgfiles
parentfc61c27de6a0c34af97496712823cac045ec1f23 (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'cfgfiles')
-rw-r--r--cfgfiles/gajim.nix4
1 files changed, 2 insertions, 2 deletions
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 = "";