diff options
-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/ |