about summary refs log tree commit diff
path: root/cfgfiles/gajim.nix
Commit message (Collapse)AuthorAgeFilesLines
* 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>