diff options
author | Matthew Lemon <y@yulqen.org> | 2023-06-05 07:14:22 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-06-05 07:14:22 +0100 |
commit | a3be5fe8070c3ab9d3b5999e94935c0e4270b235 (patch) | |
tree | b2742ea5d6ee45afcaed774686eec7292326d0ec /taskrc | |
parent | 173f5d256ad9579cf82826c2017a2da1fe5cf90d (diff) |
Reverting back to some default coefficients
Diffstat (limited to '')
-rw-r--r-- | taskrc | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -108,15 +108,11 @@ urgency.user.tag.bug.coefficient=+1.5 urgency.user.tag.reference.coefficient=-3.2 urgency.user.tag.idea.coefficient=-3.0 urgency.user.project.h.chore.coefficient=-3.0 -urgency.user.project.h.admin.coefficient=-0.5 urgency.user.project.h.buy.coefficient=-4.0 urgency.user.project.h.diy.coefficient=-5.0 -urgency.user.project.w.smart.ded.coefficient=-2.0 urgency.user.project.h.ideas.coefficient=-2.0 urgency.user.project=-0.0 urgency.user.tag.link.coefficient=-5.0 -urgency.user.tag.idea.coefficient=-5.0 -urgency.user.tag.home.coefficient=+1.8 urgency.user.tag.waiting.coefficient=-2.0 # UDA for bash script (inspection_planning.sh) uda.wb.type=date @@ -125,13 +121,13 @@ uda.wb.label=Week Beginning urgency.user.tag.killlist.coefficient=-5.1 # F*ck annotations having any effect on urgency! -urgency.annotations.coefficient=0 +#urgency.annotations.coefficient=0 # Changing coefficients #urgency.annotations.coefficient=0.5 urgency.tags.coefficient=0 -urgency.blocking.coefficient=+2.0 -urgency.due.coefficient=1.1 +#urgency.blocking.coefficient=+2.0 +#urgency.due.coefficient=1.1 #urgency.project.coefficient=1 #urgency.age.coefficient=1 |