From: Samir Benmendil Date: Wed, 21 Feb 2024 00:37:14 +0000 (+0000) Subject: task: add wfh and home contexts X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/8e4a183a7b0957cedbac17cdb0feee310dcdaae1 task: add wfh and home contexts --- diff --git a/task/taskrc b/task/taskrc index 917b437..f939c91 100644 --- a/task/taskrc +++ b/task/taskrc @@ -26,3 +26,12 @@ taskd.key=$XDG_DATA_HOME/task/hactar.key.pem taskd.ca=$XDG_DATA_HOME/task/ca.cert.pem taskd.credentials=rmz/ramsi/30ffb102-3b0e-4b60-ad7e-df63b8920262 taskd.server=rmz.io:53589 + +# Context +context.wfh.read=( project:work or +work or project:chores or +habit or +chore) +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 +context=home