diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2026-02-08 20:17:03 +0100 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2026-02-08 20:17:03 +0100 |
| commit | c7db9b2aab67ef532bba28761fa49703653ef700 (patch) | |
| tree | 79abde174f45827e647467fb6165b16d156b8068 | |
| parent | 115ac49aa95caa4e648629f55ae287263a48655c (diff) | |
| -rw-r--r-- | .config/todoman/config.py | 5 |
1 files changed, 5 insertions, 0 deletions
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 |