This commit is contained in:
2024-02-29 13:34:04 +02:00
parent 1d6b5e4429
commit 26653cddc3
6 changed files with 35 additions and 11 deletions

View File

@@ -170,24 +170,24 @@
(* 1 secs) nil 'org-caldav-sync)))
;; Actual calendar configuration edit this to meet your specific needs
(setq org-caldav-url "https://nextcloud.sewelam.org/remote.php/dav/calendars/Aly")
(setq org-caldav-url "https://cloud.sewelam.org/remote.php/dav/calendars/Aly")
(setq org-caldav-calendars
'(
;; (:calendar-id "capture-1"
;; :files ("~/org/todo.org")
;; :inbox "~/org/todo.org")
(:calendar-id "poggers"
(:calendar-id "work"
:files ("~/org/work.org")
:inbox "~/org/from_work.org")
(:calendar-id "home"
:files: ("~/org/home.org")
:inbox "~/org/home.org")
(:calendar-id "studies-1"
;; (:calendar-id "home"
;; :files: ("~/org/home.org")
;; :inbox "~/org/home.org")
(:calendar-id "studies"
:files: ("~/org/studies.org")
:inbox "~/org/studies.org")
(:calendar-id "some-day-1"
:files: ("~/org/someday.org")
:inbox "~/org/someday.org")
;; (:calendar-id "some-day-1"
;; :files: ("~/org/someday.org")
;; :inbox "~/org/someday.org")
))
(setq org-caldav-backup-file "~/org-caldav/org-caldav-backup.org")
(setq org-caldav-save-directory "~/org-caldav/")
@@ -265,3 +265,19 @@
(setq conda-env-home-directory "~/anaconda3")
(remove-hook 'doom-first-buffer-hook #'smartparens-global-mode)
(ranger-override-dired-mode t)
;; ("\\.pdf\\'" . default) is already member in `org-file-apps'
;; Use "xdg-open" to open files by default
(setcdr (assq t org-file-apps-gnu) 'browse-url-xdg-open)
(setq telega-open-file-function 'org-open-file)
(setq org-log-done 'time)
(use-package! org-alert
:config
(setq alert-default-style 'libnotify)
(setq org-alert-interval 300
org-alert-notify-cutoff 10
org-alert-notify-after-event-cutoff 10)
)

View File

@@ -47,6 +47,7 @@
(package! org-modern)
(package! ranger)
(package! flymake-ruff)
(package! org-alert)
;; Doom's packages are pinned to a specific commit and updated from release to
;; release. The `unpin!' macro allows you to unpin single packages...

View File

@@ -31,7 +31,7 @@
color = "#83a598"
[shortcuts]
close = ctrl+space
# close = ctrl+space
close_all = ctrl+shift+space
#history = ctrl+grave
context = ctrl+shift+period

View File

@@ -1,4 +1,3 @@
exec --no-startup-id ~/bin/autostart
exec --no-startup-id /usr/lib/gnome-settings-daemon/gnome-settings-daemon
#notifications
exec killall -q notify-osd
@@ -7,3 +6,5 @@ exec_always --no-startup-id dunst -config ~/.config/dunst/dunstrc
exec --no-startup-id redshift -l $(curl -s "https://location.services.mozilla.com/v1/geolocate?key=geoclue" | jq -r '"\(.location.lat):\(.location.lng)"')
#emacs
exec --no-startup-id emacs --daemon
exec --no-startup-id ~/scripts/sound.sh
exec --no-startup-id ~/bin/autostart

View File

@@ -48,6 +48,7 @@ assign [class = "rnote"] $Media
assign [class = "kdenlive"] $Media
assign [class = "REAPER"] $Media
assign [class = "Xournal"] $Media
assign [class = "^.*Gimp"] $Media
#Reading
assign [class = "Zathura"] $Reading