diff --git a/global/.config/doom/config.el b/global/.config/doom/config.el index d20daf9..a76ebc8 100644 --- a/global/.config/doom/config.el +++ b/global/.config/doom/config.el @@ -341,29 +341,19 @@ PRIORITY may be one of the characters ?A, ?B, or ?C." '( ;; Filter where tag is CRITICAL (:name "Critical Tasks" - :tag "CRITICAL" + :tag "CRIT" :order 0 ) ;; Filter where TODO state is IN-PROGRESS (:name "Currently Working" - :todo "IN-PROGRESS" + :todo "STRT" :order 1 ) ;; Filter where TODO state is BLOCKED or where the tag is obstacle (:name "Problems & Blockers" - :todo "BLOCKED" + :todo "HOLD" :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) (:name "Meeting Action Items" :and (:tag "meeting" :priority "A") @@ -384,16 +374,6 @@ PRIORITY may be one of the characters ?A, ?B, or ?C." :priority<= "C" :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 - ) ) ) ) diff --git a/linux/.config/i3/autostart.sh b/linux/.config/i3/autostart.sh index 9b23aef..7409df1 100755 --- a/linux/.config/i3/autostart.sh +++ b/linux/.config/i3/autostart.sh @@ -68,6 +68,9 @@ emacs --daemon & # brightness control clight & +# workrave +workrave & + # lockscreen # xss-lock --transfer-sleep-lock -- ~/scripts/bin/lock.sh diff --git a/linux/.config/polybar/config.ini b/linux/.config/polybar/config.ini index dab304c..c28a986 100644 --- a/linux/.config/polybar/config.ini +++ b/linux/.config/polybar/config.ini @@ -86,7 +86,7 @@ font-2 = "Font Awesome 6 Free" ; font-2 = JetBrainsMono Nerd Font Mono:size=21:style=Regular;2 modules-left = i3 xwindow -modules-right = rest_timer pulseaudio xkeyboard wlan systray date +modules-right = pulseaudio xkeyboard wlan systray date cursor-click = pointer cursor-scroll = ns-resize