diff --git a/private_dot_config/doom/config.el b/private_dot_config/doom/config.el index 45103b7..8b33561 100644 --- a/private_dot_config/doom/config.el +++ b/private_dot_config/doom/config.el @@ -165,15 +165,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 @@ -190,13 +182,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/") @@ -286,22 +271,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 index a622766..a77b82c 100644 --- a/private_dot_local/private_share/private_applications/zen.desktop +++ b/private_dot_local/private_share/private_applications/zen.desktop @@ -5,17 +5,17 @@ Type=Application # The name of the application -Name=Zen Browser +Name=Zen # A comment which can/will be used as a tooltip -Comment=zen +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=zen +Icon=/opt/zen/browser/chrome/icons/default/default128.png # Describes whether this application needs to be run in a terminal or not Terminal=false