Tweak taskwarrior priority coefficients
This commit is contained in:
parent
a0b73e0c04
commit
d0ef892e35
1 changed files with 5 additions and 0 deletions
5
.taskrc
5
.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
|
||||
|
|
Loading…
Add table
Reference in a new issue