diff options
author | David Runge <david.runge@frqrec.com> | 2014-11-28 14:38:36 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-11-28 14:38:36 +0100 |
commit | 8590cc9c6e9cdf5a460815cbf47a2b0b81c452a4 (patch) | |
tree | f40d8ef35227fb7e08dd4313a3d22af624fddefc | |
parent | fb686c17fe07f642d5a42046b111df53896aa9c6 (diff) | |
download | dotfiles-8590cc9c6e9cdf5a460815cbf47a2b0b81c452a4.tar.gz dotfiles-8590cc9c6e9cdf5a460815cbf47a2b0b81c452a4.tar.bz2 dotfiles-8590cc9c6e9cdf5a460815cbf47a2b0b81c452a4.tar.xz dotfiles-8590cc9c6e9cdf5a460815cbf47a2b0b81c452a4.zip |
khard.conf: Adding first khard config for several address books
-rw-r--r-- | .config/khard/khard.conf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.config/khard/khard.conf b/.config/khard/khard.conf new file mode 100644 index 0000000..b5d5cbc --- /dev/null +++ b/.config/khard/khard.conf @@ -0,0 +1,32 @@ +[addressbooks] +[[akt]] +path = ~/.contacts/akt/ + +[[bands]] +path = ~/.contacts/bands/ + +[[funkhaus]] +path = ~/.contacts/funkhaus/ + +[[personal]] +path = ~/.contacts/personal/ + +[[pool]] +path = ~/.contacts/pool/ + +[[restaurants]] +path = ~/.contacts/restaurants/ + +[[service]] +path = ~/.contacts/service/ + +[[tu-berlin]] +path = ~/.contacts/tu-berlin/ + +[[venues]] +path = ~/.contacts/venues/ + +[general] +editor = /usr/bin/vim +default_country = Germany +default_action = list |