feat: add zen .desktop
This commit is contained in:
@@ -166,15 +166,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
|
||||||
@@ -191,13 +183,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/")
|
||||||
@@ -287,22 +272,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")
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user