diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-07 10:00:17 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-07 10:00:17 +0100 |
commit | 8db49bfcf22e75a8ff732cadd351ffce3e71b452 (patch) | |
tree | a8aef5e1007c49048975218d2f3f001962252aad /taskrc_x1 | |
parent | f8feeb66613867ca177333c70a553e12b3365b52 (diff) | |
parent | 3197e19a738c17aa7abb02fe2e4f24a0ba9b9ec1 (diff) |
Merge branch 'master' of github.com:yulqen/openbsddotfiles
Diffstat (limited to 'taskrc_x1')
-rw-r--r-- | taskrc_x1 | 7 |
1 files changed, 5 insertions, 2 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 @@ -308,4 +312,3 @@ report.ml_deleted_last_month.filter=end.after:today-30day status:deleted regex=on news.version=2.6.0 -context=work |