diff options
| -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 |