202501011735751756
This commit is contained in:
parent
470502d938
commit
a621173e51
3 changed files with 7 additions and 24 deletions
|
@ -341,29 +341,19 @@ PRIORITY may be one of the characters ?A, ?B, or ?C."
|
||||||
'(
|
'(
|
||||||
;; Filter where tag is CRITICAL
|
;; Filter where tag is CRITICAL
|
||||||
(:name "Critical Tasks"
|
(:name "Critical Tasks"
|
||||||
:tag "CRITICAL"
|
:tag "CRIT"
|
||||||
:order 0
|
:order 0
|
||||||
)
|
)
|
||||||
;; Filter where TODO state is IN-PROGRESS
|
;; Filter where TODO state is IN-PROGRESS
|
||||||
(:name "Currently Working"
|
(:name "Currently Working"
|
||||||
:todo "IN-PROGRESS"
|
:todo "STRT"
|
||||||
:order 1
|
:order 1
|
||||||
)
|
)
|
||||||
;; Filter where TODO state is BLOCKED or where the tag is obstacle
|
;; Filter where TODO state is BLOCKED or where the tag is obstacle
|
||||||
(:name "Problems & Blockers"
|
(:name "Problems & Blockers"
|
||||||
:todo "BLOCKED"
|
:todo "HOLD"
|
||||||
:order 3
|
:order 3
|
||||||
)
|
)
|
||||||
;; Filter where tag is research
|
|
||||||
(:name "Research Required"
|
|
||||||
:tag "research"
|
|
||||||
:order 4
|
|
||||||
)
|
|
||||||
;; Filter where tag is chores
|
|
||||||
(:name "Chores"
|
|
||||||
:tag "chores"
|
|
||||||
:order 5
|
|
||||||
)
|
|
||||||
;; Filter where tag is meeting and priority is A (only want TODOs from meetings)
|
;; Filter where tag is meeting and priority is A (only want TODOs from meetings)
|
||||||
(:name "Meeting Action Items"
|
(:name "Meeting Action Items"
|
||||||
:and (:tag "meeting" :priority "A")
|
:and (:tag "meeting" :priority "A")
|
||||||
|
@ -384,16 +374,6 @@ PRIORITY may be one of the characters ?A, ?B, or ?C."
|
||||||
:priority<= "C"
|
:priority<= "C"
|
||||||
:order 9
|
:order 9
|
||||||
)
|
)
|
||||||
;; Filter where TODO state is VERIFYING
|
|
||||||
(:name "Currently Being Verified"
|
|
||||||
:todo "VERIFYING"
|
|
||||||
:order 10
|
|
||||||
)
|
|
||||||
;; Filter where TODO state is PLANNING
|
|
||||||
(:name "Planning Next Steps"
|
|
||||||
:todo "PLANNING"
|
|
||||||
:order 11
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
@ -68,6 +68,9 @@ emacs --daemon &
|
||||||
# brightness control
|
# brightness control
|
||||||
clight &
|
clight &
|
||||||
|
|
||||||
|
# workrave
|
||||||
|
workrave &
|
||||||
|
|
||||||
# lockscreen
|
# lockscreen
|
||||||
# xss-lock --transfer-sleep-lock -- ~/scripts/bin/lock.sh
|
# xss-lock --transfer-sleep-lock -- ~/scripts/bin/lock.sh
|
||||||
|
|
||||||
|
|
|
@ -86,7 +86,7 @@ font-2 = "Font Awesome 6 Free"
|
||||||
; font-2 = JetBrainsMono Nerd Font Mono:size=21:style=Regular;2
|
; font-2 = JetBrainsMono Nerd Font Mono:size=21:style=Regular;2
|
||||||
|
|
||||||
modules-left = i3 xwindow
|
modules-left = i3 xwindow
|
||||||
modules-right = rest_timer pulseaudio xkeyboard wlan systray date
|
modules-right = pulseaudio xkeyboard wlan systray date
|
||||||
|
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
cursor-scroll = ns-resize
|
cursor-scroll = ns-resize
|
||||||
|
|
Loading…
Add table
Reference in a new issue