diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-08-28 08:54:14 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-08-28 08:54:14 +0100 |
commit | 49c91085598875ac62a9429ba16c3b7689eb8f9d (patch) | |
tree | 44a61a125b09633d46df8a5285fbb9f778984d8c /taskrc | |
parent | d47bf727c47d8c0caaaf4ac2167079f27bc96140 (diff) |
tweaking context settings
Diffstat (limited to '')
-rw-r--r-- | taskrc | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -175,17 +175,17 @@ holiday.en-em.date=eastermonday confirmation=no # RECURRANCE MUST BE ONE FOR ONE MACHINE -recurrence=on +recurrence=off recurrence.limit=1 # Context context.work=project:w -context.work.write=project:w -context.work.read=project:w +context.work.write=project:Inbox +context.work.read=(project:w or project:Inbox) context.home=project:h -context.home.write=project:h -context.home.read=project:h +context.home.write=project:Inbox +context.home.read=(project:h or project:Inbox) # context.code=project:code # context.work=-code +dft # context.nowork=-dft |