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/khal/config | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to '.config/khal/config') diff --git a/.config/khal/config b/.config/khal/config index f9f3a93..308b403 100644 --- a/.config/khal/config +++ b/.config/khal/config @@ -2,54 +2,54 @@ # local [[local]] -path = ~/.calendars/local +path = ~/.local/state/vdirsyncer/calendars/local readonly = True color = 'light red' # cloud.sleepmap.de [[birthdays]] -path = ~/.calendars/contact_birthdays +path = ~/.local/state/vdirsyncer/calendars/contact_birthdays readonly = True color = 'white' [[concerts]] -path = ~/.calendars/concerts +path = ~/.local/state/vdirsyncer/calendars/concerts color = 'brown' [[flat]] -path = ~/.calendars/flat +path = ~/.local/state/vdirsyncer/calendars/flat color = 'light blue' [[live]] -path = ~/.calendars/live +path = ~/.local/state/vdirsyncer/calendars/live color = 'light magenta' [[private]] -path = ~/.calendars/private +path = ~/.local/state/vdirsyncer/calendars/private color = 'dark cyan' [[work]] -path = ~/.calendars/work +path = ~/.local/state/vdirsyncer/calendars/work color = 'dark red' [[t4]] -path = ~/.calendars/bus_shared_by_t4 +path = ~/.local/state/vdirsyncer/calendars/bus_shared_by_t4 color = 'dark cyan' [[nanni]] -path = ~/.calendars/personal_shared_by_nanni +path = ~/.local/state/vdirsyncer/calendars/personal_shared_by_nanni color = 'light magenta' [[work_nanni]] -path = ~/.calendars/work_shared_by_nanni +path = ~/.local/state/vdirsyncer/calendars/work_shared_by_nanni color = 'light magenta' [[fsf_nanni]] -path = ~/.calendars/flanger-studio-four_shared_by_nanni +path = ~/.local/state/vdirsyncer/calendars/flanger-studio-four_shared_by_nanni color = 'light magenta' [sqlite] -path = ~/.local/share/khal/khal.db +path = ~/.local/state/khal/khal.db [locale] local_timezone = Europe/Berlin -- cgit v1.2.3-54-g00ecf