diff --git a/private_dot_config/doom/config.el b/private_dot_config/doom/config.el index 7d3b2f0..9882358 100644 --- a/private_dot_config/doom/config.el +++ b/private_dot_config/doom/config.el @@ -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") diff --git a/private_dot_local/private_share/private_applications/zen.desktop b/private_dot_local/private_share/private_applications/zen.desktop new file mode 100644 index 0000000..a77b82c --- /dev/null +++ b/private_dot_local/private_share/private_applications/zen.desktop @@ -0,0 +1,21 @@ +[Desktop Entry] + +# The type as listed above +Type=Application + + +# The name of the application +Name=Zen + +# A comment which can/will be used as a tooltip +Comment=Awesome Web browser + + +# The executable of the application, possibly with arguments. +Exec=zen + +# The name of the icon that will be used to display this entry +Icon=/opt/zen/browser/chrome/icons/default/default128.png + +# Describes whether this application needs to be run in a terminal or not +Terminal=false