diff options
author | Yigit Sever | 2019-04-06 16:11:35 +0300 |
---|---|---|
committer | Yigit Sever | 2019-04-06 16:11:35 +0300 |
commit | 73567b5346b9af88655e2b0db24b1bd460c91fe1 (patch) | |
tree | d24ba4bf499a615cf21ff046122ffd8589fa35b1 /.taskrc | |
parent | 72ad5f6cb9d946716bb3b0c632c9777ae88f0c81 (diff) | |
download | dotfiles-73567b5346b9af88655e2b0db24b1bd460c91fe1.tar.gz dotfiles-73567b5346b9af88655e2b0db24b1bd460c91fe1.tar.bz2 dotfiles-73567b5346b9af88655e2b0db24b1bd460c91fe1.zip |
Fix focus script task name length constraint
Diffstat (limited to '.taskrc')
-rw-r--r-- | .taskrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -58,6 +58,12 @@ report.todoConky.sort = due+ | |||
58 | report.todoConky.filter = status:pending and due.after:now and due.before:later | 58 | report.todoConky.filter = status:pending and due.after:now and due.before:later |
59 | report.todoConky.dateformat = D-M-y H:N (A) | 59 | report.todoConky.dateformat = D-M-y H:N (A) |
60 | 60 | ||
61 | ### report for focus script | ||
62 | report.custom_focus.columns = description | ||
63 | report.custom_focus.labels = Description | ||
64 | report.custom_focus.description = Task to feed to focus script | ||
65 | report.custom_focus.filter = status:pending and +ACTIVE | ||
66 | |||
61 | ### contexts | 67 | ### contexts |
62 | context.home = +@home or +@online | 68 | context.home = +@home or +@online |
63 | context.work = +@work or +@online | 69 | context.work = +@work or +@online |