From e0c0d4b38cde20e2300e86b69414dd9851b47456 Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 5 Sep 2019 07:05:07 +0200 Subject: ooo --- dotfiles/cheat/cal | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dotfiles/cheat/cal (limited to 'dotfiles/cheat/cal') diff --git a/dotfiles/cheat/cal b/dotfiles/cheat/cal new file mode 100644 index 0000000..f28b348 --- /dev/null +++ b/dotfiles/cheat/cal @@ -0,0 +1,26 @@ +# Auto update all agandas + +## vdirsync + +Just enable user service vdirsyncer.timer +/!\ Update 5 min after start and 15min after first vdirsync update + +## ikhal + +Create a ikhal service with the following content: + +``` +[Unit] +Description=Update khal's cache +Documentation=man:khal(1) +After=vdirsyncer.service +RefuseManualStart=true + +[Service] +ExecStart=/usr/bin/khal +Type=oneshot +StandardOutput=null + +[Install] +WantedBy=vdirsyncer.service +``` -- cgit v1.2.1