vdirsyncer xdg
authorMart Lubbers <mart@martlubbers.net>
Wed, 16 Jan 2019 15:19:59 +0000 (16:19 +0100)
committerMart Lubbers <mart@martlubbers.net>
Wed, 16 Jan 2019 15:21:39 +0000 (16:21 +0100)
cal/.config/khal/config
cal/.config/khard/khard.conf
cal/.config/todoman/todoman.conf
cal/.config/vdirsyncer/config

index a0f27eb..de980a5 100644 (file)
@@ -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
index 7cc3b0b..2bfb261 100644 (file)
@@ -1,6 +1,6 @@
 [addressbooks]
 [[dav]]
-path = ~/.vdirsyncer/card/default
+path = ~/.local/share/vdirsyncer/card/default
 
 [general]
 editor = vim
index c56991b..3ad60b9 100644 (file)
@@ -1,2 +1,2 @@
 [main]
-path = ~/.vdirsyncer/tasks/default
+path = ~/.local/share/vdirsyncer/tasks/default
index 8b36018..dd94fc2 100644 (file)
@@ -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]