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/vdirsyncer | |
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/vdirsyncer')
-rw-r--r-- | .config/vdirsyncer/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/vdirsyncer/config b/.config/vdirsyncer/config index 74dda0f..14b803f 100644 --- a/.config/vdirsyncer/config +++ b/.config/vdirsyncer/config @@ -10,7 +10,7 @@ conflict_resolution = "b wins" [storage dave_contacts_local] type = "filesystem" -path = "~/.contacts/" +path = "~/.local/state/vdirsyncer/contacts/" fileext = ".vcf" [storage dave_contacts_remote] @@ -28,7 +28,7 @@ collections = ["concerts", "contact_birthdays", "live", "flat", "private", "wor [storage dave_calendar_local] type = "filesystem" -path = "~/.calendars/" +path = "~/.local/state/vdirsyncer/calendars/" fileext = ".ics" [storage dave_calendar_remote] @@ -45,7 +45,7 @@ collections = ["flanger-studio-four_shared_by_nanni", "work_shared_by_nanni"] [storage nanni_calendar_local] type = "filesystem" -path = "~/.calendars/" +path = "~/.local/state/vdirsyncer/calendars/" fileext = ".ics" [storage nanni_calendar_remote] |