diff options
-rw-r--r--[l---------] | etc/khal/config | 17 | ||||
-rw-r--r--[l---------] | etc/khard/khard.conf | 14 |
2 files changed, 29 insertions, 2 deletions
diff --git a/etc/khal/config b/etc/khal/config index f0e4012..f42a87b 120000..100644 --- a/etc/khal/config +++ b/etc/khal/config @@ -1 +1,16 @@ -../../var/lib/private/tilde/khal/config
\ No newline at end of file +[calendars] + +[[private]] +path = $XDG_DATA_HOME/khal/calendars/private/ +type = calendar + +[locale] +timeformat = %H:%M +dateformat = %d/%m/%Y +longdateformat = %d/%m/%Y +datetimeformat = %d/%m/%Y %H:%M +longdatetimeformat = %d/%m/%Y %H:%M +default_timezone = America/Sao_Paulo + +[default] +default_calendar = private diff --git a/etc/khard/khard.conf b/etc/khard/khard.conf index 56c4c53..e6ef986 120000..100644 --- a/etc/khard/khard.conf +++ b/etc/khard/khard.conf @@ -1 +1,13 @@ -../../var/lib/private/tilde/khard/khard.conf
\ No newline at end of file +[addressbooks] + +[[private]] +path = $XDG_DATA_HOME/khard/contacts/private/ + +[general] +default_action = list + +[contact table] +show_nicknames = yes + +[vcard] +preferred_version = 4.0 |