diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-07 10:03:11 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-07 10:03:11 +0100 |
commit | a9ce7adaff909056d7b3ea7c8ca12c3acf8b9040 (patch) | |
tree | 2f3839c9479f4389fbe7e124c53126e45fea4632 | |
parent | 8db49bfcf22e75a8ff732cadd351ffce3e71b452 (diff) |
bringing taskrc changes from the x1
-rw-r--r-- | taskrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -102,7 +102,7 @@ report.in.labels = ID,Description urgency.uda.priority.L.coefficient=-1.8 # some UDAs for me -urgency.user.tag.trivial.coefficient=-3.0 +urgency.user.tag.trivial.coefficient=-5.5 urgency.user.tag.bug.coefficient=+1.5 urgency.user.tag.reference.coefficient=-3.2 urgency.user.tag.idea.coefficient=-3.0 @@ -119,6 +119,8 @@ urgency.user.tag.waiting.coefficient=-2.0 # UDA for bash script (inspection_planning.sh) uda.wb.type=date uda.wb.label=Week Beginning +# killlist is everything that should be removed - bottom +urgency.user.tag.killlist.coefficient=-5.1 # F*ck annotations having any effect on urgency! urgency.annotations.coefficient=0 @@ -127,6 +129,7 @@ urgency.annotations.coefficient=0 #urgency.annotations.coefficient=0.5 urgency.tags.coefficient=0 urgency.blocking.coefficient=+2.0 +urgency.due.coefficient=1.1 #urgency.project.coefficient=1 #urgency.age.coefficient=1 @@ -136,6 +139,7 @@ urgency.project.coefficnent=1.0 # Colours #color.project.code.dbasik=green #color.tag.next=black on bright yellow +color.tag.killlist=rgb104 on black #color.due.today=red on yellow #color.overdue=bold red ##color.active=bold yellow |