From a9ce7adaff909056d7b3ea7c8ca12c3acf8b9040 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 7 Sep 2022 10:03:11 +0100 Subject: bringing taskrc changes from the x1 --- taskrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/taskrc b/taskrc index e6b3c2b..0dfd672 100644 --- a/taskrc +++ b/taskrc @@ -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 -- cgit v1.2.3