]> git.rmz.io Git - dotfiles.git/blobdiff - task/taskrc
qutebrowser: add stm new issue quickmark
[dotfiles.git] / task / taskrc
index 03b875538890ac9b26f0e1f0dd6a2934b722086c..0760883169af90fea441396bc50c2f7b1ed72d70 100644 (file)
@@ -27,6 +27,9 @@ search.case.sensitive = no
 # Terminal
 reserved.lines=2  # reserve two lines for prompt
 
+# Don't show history in info report
+journal.info = no
+
 report.in.description = Inbox
 report.in.columns     = id,start.age,entry.age,depends,priority,project,tags,recur,description
 report.in.filter      = ( status:waiting or status:pending ) limit:page (+in)
@@ -50,6 +53,20 @@ report.closed.filter      = ( status:completed or status:deleted ) limit:page
 report.closed.sort        = end-
 report.closed.context     = yes
 
+# Urgency
+urgency.uda.priority.L.coefficient=-2  # setting priority to low reduces urgency
+
+urgency.user.tag.in.coefficient = -1
+urgency.scheduled.coefficient   = 8
+
+# inherit highest urgency from blocked tasks
+# TODO: this doesn't quite work, check source code for explanation
+# I'd like the blocking task to use the highest blocked task as a base urgency,
+# then add on top a blocking coefficient
+urgency.inherit              = yes
+urgency.blocked.coefficient  = 0.0
+urgency.blocking.coefficient = 4.0
+
 # taskd
 taskd.certificate=$XDG_DATA_HOME/task/hactar.cert.pem
 taskd.key=$XDG_DATA_HOME/task/hactar.key.pem
@@ -63,5 +80,5 @@ context.wfh.write=+work
 context.home.read=-work
 
 # NOTE: a context setting may be updated/added automatically on the last line
-news.version=2.6.0
+news.version=3.0.2
 context=home