From d170337c7ba5be5104428b0cba057876c1eb9d5e Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 25 Dec 2023 16:38:04 +0100 Subject: dav: Move calendars and contacts to XDG compliant dirs Signed-off-by: David Runge --- .config/vdirsyncer/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/vdirsyncer/config') 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] -- cgit v1.2.3-54-g00ecf