feat: add zen .desktop

This commit is contained in:
LinlyBoi
2025-10-05 07:42:21 +03:00
parent 6c76f05ec0
commit 0aee26dca6
2 changed files with 22 additions and 32 deletions

View File

@@ -166,15 +166,7 @@
;; This way it just waits until you've been idle for a while to avoid disturbing
;; the user.
(setq-default org-caldav-inbox nil)
(setq org-caldav-calendar-id "work")
;; (defvar org-caldav-sync-timer nil
;; "Timer that `org-caldav-push-timer' used to reschedule itself, or nil.")
;; (defun org-caldav-sync-with-delay (secs)
;; (when org-caldav-sync-timer
;; (cancel-timer org-caldav-sync-timer))
;; (setq org-caldav-sync-timer
;; (run-with-idle-timer
;; (* 1 secs) nil 'org-caldav-sync)))
(setq org-caldav-calendar-id nil)
(setq org-caldav-files '("~/org/.archive/appointments.org"))
;; Actual calendar configuration edit this to meet your specific needs
@@ -191,13 +183,6 @@
(:calendar-id "home"
:files: ("~/org/home.org")
:inbox "~/org/home.org")
;; (:calendar-id "studies-1"
;; :files: ("~/org/studies.org")
;; :inbox "~/org/studies.org"
;; )
;; (:calendar-id "some-day-1"
;; :files: ("~/org/.archive/someday.org")
;; :inbox "~/org/.archive/someday.org")
))
(setq org-caldav-backup-file "~/org-caldav/org-caldav-backup.org")
(setq org-caldav-save-directory "~/org-caldav/")
@@ -287,22 +272,6 @@
'("l" "Someday" entry
(file+headline "~/org/someday.org" "Inbox")
"* TODO %? \n %i " :empty-lines 1) t)
;; (add-to-list 'org-capture-templates
;; '("s" "Studies" entry
;; (file+headline "~/org/studies.org" "Inbox")
;; "* TODO [#C] %?\n %i" :empty-lines 1) t)
;; (add-to-list 'org-capture-templates
;; '("S" "Lecture" entry
;; (file+headline "~/org/studies.org" "Schedule")
;; "* %^{Subject} %^{Type|Lecture|Section}
;; :PROPERTIES:
;; :WILD_NOTIFY_BEFORE: %^{Reminders}
;; :LOCATION: %^{Location}
;; :END:
;; %^{Time}T"
;; :empty-lines 1) t)
;; add this for reminder stuff
;; :PROPERTIES:\n\n:WILD_NOTIFY_BEFORE: %^{Reminders}\n:END:\n
(add-to-list 'org-capture-templates
'("W" "Event" entry
(file+headline "~/org/work.org" "Schedule")