feat: bruh
This commit is contained in:
@@ -165,15 +165,7 @@
|
|||||||
;; This way it just waits until you've been idle for a while to avoid disturbing
|
;; This way it just waits until you've been idle for a while to avoid disturbing
|
||||||
;; the user.
|
;; the user.
|
||||||
(setq-default org-caldav-inbox nil)
|
(setq-default org-caldav-inbox nil)
|
||||||
(setq org-caldav-calendar-id "work")
|
(setq org-caldav-calendar-id nil)
|
||||||
;; (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-files '("~/org/.archive/appointments.org"))
|
(setq org-caldav-files '("~/org/.archive/appointments.org"))
|
||||||
;; Actual calendar configuration edit this to meet your specific needs
|
;; Actual calendar configuration edit this to meet your specific needs
|
||||||
@@ -190,13 +182,6 @@
|
|||||||
(:calendar-id "home"
|
(:calendar-id "home"
|
||||||
:files: ("~/org/home.org")
|
:files: ("~/org/home.org")
|
||||||
:inbox "~/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-backup-file "~/org-caldav/org-caldav-backup.org")
|
||||||
(setq org-caldav-save-directory "~/org-caldav/")
|
(setq org-caldav-save-directory "~/org-caldav/")
|
||||||
@@ -286,22 +271,6 @@
|
|||||||
'("l" "Someday" entry
|
'("l" "Someday" entry
|
||||||
(file+headline "~/org/someday.org" "Inbox")
|
(file+headline "~/org/someday.org" "Inbox")
|
||||||
"* TODO %? \n %i " :empty-lines 1) t)
|
"* 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
|
(add-to-list 'org-capture-templates
|
||||||
'("W" "Event" entry
|
'("W" "Event" entry
|
||||||
(file+headline "~/org/work.org" "Schedule")
|
(file+headline "~/org/work.org" "Schedule")
|
||||||
|
|||||||
@@ -5,17 +5,17 @@ Type=Application
|
|||||||
|
|
||||||
|
|
||||||
# The name of the application
|
# The name of the application
|
||||||
Name=Zen Browser
|
Name=Zen
|
||||||
|
|
||||||
# A comment which can/will be used as a tooltip
|
# A comment which can/will be used as a tooltip
|
||||||
Comment=zen
|
Comment=Awesome Web browser
|
||||||
|
|
||||||
|
|
||||||
# The executable of the application, possibly with arguments.
|
# The executable of the application, possibly with arguments.
|
||||||
Exec=zen
|
Exec=zen
|
||||||
|
|
||||||
# The name of the icon that will be used to display this entry
|
# 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
|
# Describes whether this application needs to be run in a terminal or not
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
|||||||
Reference in New Issue
Block a user