diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-04 15:07:10 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-04 15:07:10 +0100 |
commit | 98b557017a361ee0bcf1ac4747718da4ea1d8442 (patch) | |
tree | 552c83ef2a570cbed8b18fdf3aa146847e55c60e /taskrc | |
parent | 0a49a7a027d6a01b88638043064ae28550f99b46 (diff) |
Tweaks some taskwarrior settings
Diffstat (limited to '')
-rw-r--r-- | taskrc | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -46,14 +46,14 @@ weekstart=Monday #include /usr/share/taskwarrior/dark-red-256.theme #include /usr/share/taskwarrior/dark-green-256.theme #include /usr/share/taskwarrior/dark-blue-256.theme -include /usr/share/taskwarrior/dark-blue-256.theme +#include /usr/share/taskwarrior/dark-blue-256.theme #include /usr/share/taskwarrior/dark-violets-256.theme #include /usr/share/taskwarrior/dark-yellow-green.theme #include /usr/share/taskwarrior/dark-gray-256.theme #include /usr/share/taskwarrior/dark-gray-blue-256.theme #include /usr/share/taskwarrior/solarized-dark-256.theme #include /usr/share/doc/task/rc/solarized-light-256.theme -#include /usr/local/share/doc/taskwarrior/rc/no-color.theme +include /usr/share/taskwarrior/no-color.theme #include /home/lemon/.task/solarized-16.theme #include /home/lemon/.task/solarized-dark-256.theme # @@ -111,6 +111,8 @@ urgency.user.project.h.chore.coefficient=-3.0 urgency.user.project.h.admin.coefficient=-0.5 urgency.user.project.h.buy.coefficient=-4.0 urgency.user.project.h.diy.coefficient=-5.0 +urgency.user.project.w.smart.ded.coefficient=-2.0 +urgency.user.project.h.ideas.coefficient=-2.0 urgency.user.project=-0.0 urgency.user.tag.link.coefficient=-5.0 urgency.user.tag.idea.coefficient=-5.0 @@ -235,12 +237,12 @@ report.all.sort=entry- # it at all #report.next.columns=id,start.age,entry.age,depends,priority,project,tags.count,recur,scheduled.countdown,due.relative,until.remaining,description.count,urgency #report.next.filter=status:pending and (+next or scheduled.before:today or due.before:today or scheduled.today or due.today) -#report.next.filter=project.not:code.bcompiler status:pending limit:page +#report.next.filter=project.not:h.ideas status:pending limit:page # Next/default report.next.description="Next" report.next.columns=id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.formatted,due.relative,until.remaining,description.truncated_count,urgency -report.next.filter=status:pending limit:page -idea -killlist project.not:h.buy +report.next.filter=status:pending limit:page # mlscheduled report.ml_scheduled.description='Modified list of scheduled tasks' |