From d0ef892e35b9410a0f37d4f963af4b846650994a Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Thu, 25 Feb 2021 13:51:06 -0800 Subject: [PATCH] Tweak taskwarrior priority coefficients --- .taskrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.taskrc b/.taskrc index 87a1068..2ad18d1 100644 --- a/.taskrc +++ b/.taskrc @@ -19,3 +19,8 @@ report.next.columns=id,start.age,entry.age,depends,priority,project,tags,recur,s # Remove blank lines and useless things like task totals in searches verbose=label,footnote,new-id,special,edit,project + +# Set priority co-efficients such that L reduces Urg, H increases it, and M doesn't change it +urgency.uda.priority.L.coefficient=-1.0 +urgency.uda.priority.M.coefficient=0.0 +urgency.uda.priority.H.coefficient=1.0