diff options
author | David Runge <dave@sleepmap.de> | 2015-09-06 16:23:49 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-09-06 16:23:49 +0200 |
commit | bf9060724d76b2f44f63d8623c1b239fccd4f29f (patch) | |
tree | b2d4850c2856bcd6a9d2bc34f369a3d0fc4e37d6 | |
parent | d7a99448458fa73ec0a1c59cbc987c158494e14d (diff) | |
download | dotfiles-bf9060724d76b2f44f63d8623c1b239fccd4f29f.tar.gz dotfiles-bf9060724d76b2f44f63d8623c1b239fccd4f29f.tar.bz2 dotfiles-bf9060724d76b2f44f63d8623c1b239fccd4f29f.tar.xz dotfiles-bf9060724d76b2f44f63d8623c1b239fccd4f29f.zip |
.config/khard/khard.conf: Adding work related address books
-rw-r--r-- | .config/khard/khard.conf | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/.config/khard/khard.conf b/.config/khard/khard.conf index 995ffdc..ecfe627 100644 --- a/.config/khard/khard.conf +++ b/.config/khard/khard.conf @@ -1,4 +1,10 @@ +[general] +editor = /usr/bin/vim +default_country = Germany +default_action = list + [addressbooks] +#SLEEPMAP [[akt]] path = ~/.contacts/akt/ @@ -20,7 +26,10 @@ path = ~/.contacts/unixpool/ [[venues]] path = ~/.contacts/venues/ -[general] -editor = /usr/bin/vim -default_country = Germany -default_action = list +#AKT +[[studio]] +path = ~/.contacts/studio/ + +[[ak]] +#path = ~/.contacts/tu_shared_by_mvoigt/ +path = ~/.contacts/ak/ |