diff --git a/private_dot_config/doom/config.el b/private_dot_config/doom/config.el index 95b4257..8b5281f 100644 --- a/private_dot_config/doom/config.el +++ b/private_dot_config/doom/config.el @@ -249,19 +249,19 @@ (add-to-list 'org-capture-templates '("w" "Work" entry (file+headline "~/org/work.org" "Inbox") - "* TODO [#C] %?" :empty-lines 1)) + "* TODO [#C] %?\n %i" :empty-lines 1)) (add-to-list 'org-capture-templates '("i" "Content idea" entry (file+headline "~/org/work.org" "Ideas") - "* TODO %? :idea:" :empty-lines 1)) + "* TODO %?\n %i :idea:" :empty-lines 1)) (add-to-list 'org-capture-templates '("l" "Someday" entry (file+headline "~/org/someday.org" "Inbox") - "* TODO %? :someday:" :empty-lines 1)) + "* TODO %?\n %i :someday:" :empty-lines 1)) (add-to-list 'org-capture-templates '("s" "Studies" entry (file+headline "~/org/studies.org" "Inbox") - "* TODO [#C] %?" :empty-lines 1)) + "* TODO [#C] %?\n %i" :empty-lines 1)) (add-to-list 'org-capture-templates '("S" "Lecture" entry (file+headline "~/org/studies.org" "Schedule") @@ -270,7 +270,7 @@ (add-to-list 'org-capture-templates '("h" "Home" entry (file+headline "~/org/home.org" "Inbox") - "* TODO [#A] %?" :empty-lines 1)) + "* TODO [#A] %?\n %i" :empty-lines 1)) (setq-default org-archive-location "~/org/.archive/%s_archive::* Finished Tasks") ) (setq-default cache-long-scans nil) @@ -347,4 +347,4 @@ awqat-times-for-day) (setq calendar-latitude 30.87605680 calendar-longitude 29.74260400 awqat-mode-line-format " 🕌 ${prayer} (${hours}h${minutes}m) ")) -(awqat-set-preset-egyptian-general-authority-of-survey) +(add-hook 'doom-after-init-hook #'awqat-display-prayer-time-mode) diff --git a/private_dot_config/doom/custom.el b/private_dot_config/doom/custom.el deleted file mode 100644 index 37744b9..0000000 --- a/private_dot_config/doom/custom.el +++ /dev/null @@ -1,16 +0,0 @@ -(custom-set-variables - ;; custom-set-variables was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - '(custom-safe-themes - '("e3daa8f18440301f3e54f2093fe15f4fe951986a8628e98dcd781efbec7a46f2" "467dc6fdebcf92f4d3e2a2016145ba15841987c71fbe675dcfe34ac47ffb9195" "98ef36d4487bf5e816f89b1b1240d45755ec382c7029302f36ca6626faf44bbd" default)) - '(delete-selection-mode nil) - '(package-selected-packages - '(smudge telega org-roam-ui chezmoi evil-numbers oauth2-request oauth2 org-caldav gruvbox-theme))) -(custom-set-faces - ;; custom-set-faces was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - ) diff --git a/private_dot_config/i3/autostart.conf b/private_dot_config/i3/autostart.conf index d7e8dd0..1953a94 100644 --- a/private_dot_config/i3/autostart.conf +++ b/private_dot_config/i3/autostart.conf @@ -3,8 +3,10 @@ exec --no-startup-id /usr/lib/gnome-settings-daemon/gnome-settings-daemon exec killall -q notify-osd exec bash ~/scripts/res.sh 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)"') +exec --no-startup-id redshift #emacs exec --no-startup-id emacs --daemon -exec --no-startup-id ~/scripts/sound.sh +#moved to pipewire not needed anymore +# exec --no-startup-id ~/scripts/sound.sh exec --no-startup-id ~/bin/autostart +exec --no-startup-id nextcloud --background diff --git a/private_dot_config/kitty/kitty.conf b/private_dot_config/kitty/kitty.conf deleted file mode 100644 index f14e5e1..0000000 --- a/private_dot_config/kitty/kitty.conf +++ /dev/null @@ -1,3 +0,0 @@ - -include misc.conf -include themes/gruvbox_dark.conf