about summary refs log tree commit diff
path: root/cfgfiles/gajim.nix
Commit message (Collapse)AuthorAgeFilesLines
* gajim: Update changed configuration items.aszlig2013-06-071-2/+2
| | | | | | | | | | | | | | 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>
* gajim: Enable speller and use DE and EN languages.aszlig2013-06-071-2/+2
| | | | | | | | Might get annoying someday, but until this is the case, let's activate it. This of course needs the aspell dictionaries for german and english, so add them to the env collections as well. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* gajim.nix: Change version to 0.15.4.aszlig2013-05-271-1/+1
| | | | | | We don't want to re-trigger the configuration file updater, do we? Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* gajim: Don't close (group)chat windows on ESC.aszlig2013-05-271-1/+1
| | | | | | | 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 <aszlig@redmoonstudios.org>
* gajim.nix: Don't confirm meta contacts.aszlig2013-05-271-1/+1
| | | | | | | I have lot's of those and I don't want to confirm them, because it's possible to separate them later if it was by accident. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* gajim: Adjust styles of roster and emoticons.aszlig2013-05-271-8/+8
| | | | | | | | | | | | | | | | | For the emoticons, let's just turn them off. They're annoying as hell! The rest are just cosmetic changes to get closer to the UI I was familiar with TKabber. And well, I had nickname colors in chat windows mixed up so it was a bit hard for me to follow along (I always had cyan for my own nick and coral for other nick) because the own vs. other nick colors were swapped. One particularly annoying thing were those creepy animations of GTK+, so I'm turning them off. There is still the "smooth scrolling" in chat windows left, but that's a topic for a commit in the (hopefully not so) distant future :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* gajim.nix: Always ask for offline status.aszlig2013-05-271-1/+1
| | | | | | I prefer to always specify a reason on why I'm going offline. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* gajim: Convert gajim.config into a Nix attrset.aszlig2013-05-251-0/+822
This should bring us to the point where it's easy to kill off some repetition in the config file by defining functions for those repetitive values. Signed-off-by: aszlig <aszlig@redmoonstudios.org>