From c7db9b2aab67ef532bba28761fa49703653ef700 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sun, 8 Feb 2026 20:17:03 +0100 Subject: add todoman config --- .config/todoman/config.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .config/todoman/config.py diff --git a/.config/todoman/config.py b/.config/todoman/config.py new file mode 100644 index 0000000..b50af25 --- /dev/null +++ b/.config/todoman/config.py @@ -0,0 +1,5 @@ +#!/bin/python3 +path = "$XDG_DATA_HOME/vdirsyncer/*/*" +default_list = "タスク" +default_priority = 9 +default_due = 0 -- cgit v1.2.3