diff options
author | David Runge <dave@sleepmap.de> | 2023-12-25 16:38:04 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2023-12-25 16:38:04 +0100 |
commit | d170337c7ba5be5104428b0cba057876c1eb9d5e (patch) | |
tree | aaaab695fea066191d157ed700185261793c2a66 /.config/khard | |
parent | 8a1e80dc4da4dec594bb3287234be5d20df31a86 (diff) | |
download | dotfiles-d170337c7ba5be5104428b0cba057876c1eb9d5e.tar.gz dotfiles-d170337c7ba5be5104428b0cba057876c1eb9d5e.tar.bz2 dotfiles-d170337c7ba5be5104428b0cba057876c1eb9d5e.tar.xz dotfiles-d170337c7ba5be5104428b0cba057876c1eb9d5e.zip |
dav: Move calendars and contacts to XDG compliant dirs
Signed-off-by: David Runge <dave@sleepmap.de>
Diffstat (limited to '.config/khard')
-rw-r--r-- | .config/khard/khard.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/khard/khard.conf b/.config/khard/khard.conf index 98a8362..8b1fc63 100644 --- a/.config/khard/khard.conf +++ b/.config/khard/khard.conf @@ -1,10 +1,10 @@ [addressbooks] [[contacts]] -path = ~/.contacts/contacts +path = ~/.local/state/vdirsyncer/contacts/contacts [[wedding]] -path = ~/.contacts/wedding +path = ~/.local/state/vdirsyncer/contacts/wedding [general] editor = helix @@ -20,4 +20,4 @@ show_uids = yes [vcard] preferred_version = 3.0 -private_objects = Jabber, Ring, Twitter +private_objects = Matrix,Fediverse |