Added khal/libinput in i3

This commit is contained in:
Damien Broqua 2020-07-05 10:36:38 +02:00
parent b890907204
commit c317066f1c
5 changed files with 125 additions and 0 deletions

36
config/vdirsyncer/config Normal file
View file

@ -0,0 +1,36 @@
[general]
status_path = "~/.vdirsyncer/status/"
# CARDDAV
[pair contacts]
a = "contacts_local"
b = "contacts_remote"
collections = ["from a", "from b"]
metadata = ["displayname"]
[storage contacts_local]
type = "filesystem"
path = "~/.contacts/"
fileext = ".vcf"
[storage contacts_remote]
type = "carddav"
url = "https://cloud.darkou.fr/remote.php/cardav"
[pair calendar]
a = "calendar_local"
b = "calendar_remote"
collections = ["from a", "from b"]
metadata = ["displayname", "color"]
[storage calendar_local]
type = "filesystem"
path = "~/.calendars/"
fileext = ".ics"
[storage calendar_remote]
type = "caldav"
url = "https://cloud.darkou.fr/remote.php/caldav/"