From 30b8c239bb626d53b7a73b63dae44293fd7f47d5 Mon Sep 17 00:00:00 2001 From: fz0x1 Date: Wed, 1 Jan 2025 21:53:51 +0100 Subject: [PATCH] 202501011735764831 --- global/.config/doom/config.el | 11 +++++++++-- linux/.config/i3/autostart.sh | 3 +++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/global/.config/doom/config.el b/global/.config/doom/config.el index a76ebc8..746afde 100644 --- a/global/.config/doom/config.el +++ b/global/.config/doom/config.el @@ -91,6 +91,13 @@ (setq org-refile-targets '((org-agenda-files :maxlevel . 3))) (setq org-refile-use-cache t) +(use-package! org-habit + :after org + :config + (setq org-habit-following-days 7 + org-habit-preceding-days 35 + org-habit-show-habits t) ) + ;; clear cache every 5 minutes (run-with-idle-timer 300 t (lambda () (org-refile-cache-clear) @@ -107,9 +114,9 @@ (org-roam-directory "~/org/roam/") (org-roam-capture-templates '(("d" "default" plain - "%?\n\n\n* Related:\n\n* References:\n" + "%?\n\n\n* Key Features\n* Problems\n* Impact\n* Related:\n\n* References:\n" :if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" - "#+title: ${title}\n#+filetags:\n")))) + "#+title: ${title}\n#+filetags:\n#+date: %U\n")))) (custom-set-faces '((org-roam-link org-roam-link-current) :foreground "#e24888" :underline t)) diff --git a/linux/.config/i3/autostart.sh b/linux/.config/i3/autostart.sh index 7409df1..c2f05b6 100755 --- a/linux/.config/i3/autostart.sh +++ b/linux/.config/i3/autostart.sh @@ -71,6 +71,9 @@ clight & # workrave workrave & +# activitywatch +./activitywatch/aw-qt & + # lockscreen # xss-lock --transfer-sleep-lock -- ~/scripts/bin/lock.sh