From bc7c93382c7b03165d472d205ec1261f876a8db5 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Wed, 16 Jan 2019 16:19:59 +0100 Subject: [PATCH] vdirsyncer xdg --- cal/.config/khal/config | 12 ++++++------ cal/.config/khard/khard.conf | 2 +- cal/.config/todoman/todoman.conf | 2 +- cal/.config/vdirsyncer/config | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/cal/.config/khal/config b/cal/.config/khal/config index a0f27eb..de980a5 100644 --- a/cal/.config/khal/config +++ b/cal/.config/khal/config @@ -1,27 +1,27 @@ [calendars] [[mart]] -path = ~/.vdirsyncer/cal/mart +path = ~/.local/share/vdirsyncer/cal/mart color = light green [[elvira]] -path = ~/.vdirsyncer/cal/elvira +path = ~/.local/share/vdirsyncer/cal/elvira color = light magenta [[default]] -path = ~/.vdirsyncer/cal/calendar +path = ~/.local/share/vdirsyncer/cal/calendar color = light blue [[vuilnis]] -path = ~/.vdirsyncer/cal/vuilnis +path = ~/.local/share/vdirsyncer/cal/vuilnis color = brown [[uni]] -path = ~/.vdirsyncer/uni +path = ~/.local/share/vdirsyncer/uni color = light red readonly = True [sqlite] -path = ~/.vdirsyncer/khal.db +path = ~/.local/share/khal/khal.db [locale] timeformat = %H:%M diff --git a/cal/.config/khard/khard.conf b/cal/.config/khard/khard.conf index 7cc3b0b..2bfb261 100644 --- a/cal/.config/khard/khard.conf +++ b/cal/.config/khard/khard.conf @@ -1,6 +1,6 @@ [addressbooks] [[dav]] -path = ~/.vdirsyncer/card/default +path = ~/.local/share/vdirsyncer/card/default [general] editor = vim diff --git a/cal/.config/todoman/todoman.conf b/cal/.config/todoman/todoman.conf index c56991b..3ad60b9 100644 --- a/cal/.config/todoman/todoman.conf +++ b/cal/.config/todoman/todoman.conf @@ -1,2 +1,2 @@ [main] -path = ~/.vdirsyncer/tasks/default +path = ~/.local/share/vdirsyncer/tasks/default diff --git a/cal/.config/vdirsyncer/config b/cal/.config/vdirsyncer/config index 8b36018..dd94fc2 100644 --- a/cal/.config/vdirsyncer/config +++ b/cal/.config/vdirsyncer/config @@ -9,7 +9,7 @@ [general] # A folder where vdirsyncer can store some metadata about each pair. -status_path = "~/.vdirsyncer/status/" +status_path = "~/.local/share/vdirsyncer/status/" #default_command = "sync" # CARDDAV @@ -21,7 +21,7 @@ conflict_resolution = "b wins" [storage contacts_local] type = "filesystem" -path = "~/.vdirsyncer/card" +path = "~/.local/share/vdirsyncer/card" fileext = ".vcf" [storage contacts_remote] @@ -40,7 +40,7 @@ conflict_resolution = "b wins" [storage calendar_local] type = "filesystem" -path = "~/.vdirsyncer/cal" +path = "~/.local/share/vdirsyncer/cal" fileext = ".ics" [storage calendar_remote] @@ -59,7 +59,7 @@ collections = ["from b"] [storage tasks_local] type = "filesystem" -path = "~/.vdirsyncer/tasks" +path = "~/.local/share/vdirsyncer/tasks" fileext = ".ics" [storage tasks_remote] -- 2.20.1