diff options
author | David Runge <dave@sleepmap.de> | 2016-02-01 10:33:06 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-02-01 10:33:06 +0100 |
commit | 12ebf8508673879b5dea835ed4a8f839f0c1ad22 (patch) | |
tree | 7d852384922400f3e1fdf6764e2105691ea039e6 | |
parent | a87e4079e8122bbfaebf9c0372f602b739a441cd (diff) | |
download | dotfiles-12ebf8508673879b5dea835ed4a8f839f0c1ad22.tar.gz dotfiles-12ebf8508673879b5dea835ed4a8f839f0c1ad22.tar.bz2 dotfiles-12ebf8508673879b5dea835ed4a8f839f0c1ad22.tar.xz dotfiles-12ebf8508673879b5dea835ed4a8f839f0c1ad22.zip |
.config/khard/khard.conf: Shuffle settings to better adhere to upstream khard.conf. Adding contact table presets.
-rw-r--r-- | .config/khard/khard.conf | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/.config/khard/khard.conf b/.config/khard/khard.conf index 9a92f3b..c4cceb6 100644 --- a/.config/khard/khard.conf +++ b/.config/khard/khard.conf @@ -1,10 +1,3 @@ -[general] -editor = /usr/bin/vim -merge_editor = /usr/bin/vimdiff -default_country = Germany -default_action = list -show_nicknames = yes - [addressbooks] #SLEEPMAP [[bands]] @@ -31,3 +24,15 @@ path = ~/.contacts/studio/ [[team]] path = ~/.contacts/team + +[general] +editor = vim +merge_editor = vimdiff +default_action = list +show_nicknames = yes + +[contact table] +sort = last_name +group_by_addressbook = no +show_nicknames = no +show_uids = yes |