yeah
This commit is contained in:
@@ -68,3 +68,8 @@ include "%L"
|
|||||||
<Multi_key> <g> <q> <p> : "ψ" U03C8 # GREEK SMALL LETTER PSI
|
<Multi_key> <g> <q> <p> : "ψ" U03C8 # GREEK SMALL LETTER PSI
|
||||||
<Multi_key> <g> <q> <s> : "ς" U03C2 # GREEK SMALL LETTER FINAL SIGMA
|
<Multi_key> <g> <q> <s> : "ς" U03C2 # GREEK SMALL LETTER FINAL SIGMA
|
||||||
<Multi_key> <g> <q> <x> : "ξ" U03BE # GREEK SMALL LETTER XI
|
<Multi_key> <g> <q> <x> : "ξ" U03BE # GREEK SMALL LETTER XI
|
||||||
|
|
||||||
|
# GERMAN Us
|
||||||
|
<Multi_key> <u> <e>: "ü"
|
||||||
|
<Multi_key> <U> <e>: "Ü"
|
||||||
|
<Multi_key> <U> <E>: "Ü"
|
||||||
|
|||||||
@@ -170,24 +170,24 @@
|
|||||||
(* 1 secs) nil 'org-caldav-sync)))
|
(* 1 secs) nil 'org-caldav-sync)))
|
||||||
|
|
||||||
;; Actual calendar configuration edit this to meet your specific needs
|
;; 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
|
(setq org-caldav-calendars
|
||||||
'(
|
'(
|
||||||
;; (:calendar-id "capture-1"
|
;; (:calendar-id "capture-1"
|
||||||
;; :files ("~/org/todo.org")
|
;; :files ("~/org/todo.org")
|
||||||
;; :inbox "~/org/todo.org")
|
;; :inbox "~/org/todo.org")
|
||||||
(:calendar-id "poggers"
|
(:calendar-id "work"
|
||||||
:files ("~/org/work.org")
|
:files ("~/org/work.org")
|
||||||
:inbox "~/org/from_work.org")
|
:inbox "~/org/from_work.org")
|
||||||
(: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"
|
(:calendar-id "studies"
|
||||||
:files: ("~/org/studies.org")
|
:files: ("~/org/studies.org")
|
||||||
:inbox "~/org/studies.org")
|
:inbox "~/org/studies.org")
|
||||||
(:calendar-id "some-day-1"
|
;; (:calendar-id "some-day-1"
|
||||||
:files: ("~/org/someday.org")
|
;; :files: ("~/org/someday.org")
|
||||||
:inbox "~/org/someday.org")
|
;; :inbox "~/org/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/")
|
||||||
@@ -265,3 +265,19 @@
|
|||||||
(setq conda-env-home-directory "~/anaconda3")
|
(setq conda-env-home-directory "~/anaconda3")
|
||||||
|
|
||||||
(remove-hook 'doom-first-buffer-hook #'smartparens-global-mode)
|
(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)
|
||||||
|
)
|
||||||
|
|||||||
@@ -47,6 +47,7 @@
|
|||||||
(package! org-modern)
|
(package! org-modern)
|
||||||
(package! ranger)
|
(package! ranger)
|
||||||
(package! flymake-ruff)
|
(package! flymake-ruff)
|
||||||
|
(package! org-alert)
|
||||||
|
|
||||||
;; Doom's packages are pinned to a specific commit and updated from release to
|
;; Doom's packages are pinned to a specific commit and updated from release to
|
||||||
;; release. The `unpin!' macro allows you to unpin single packages...
|
;; release. The `unpin!' macro allows you to unpin single packages...
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
color = "#83a598"
|
color = "#83a598"
|
||||||
|
|
||||||
[shortcuts]
|
[shortcuts]
|
||||||
close = ctrl+space
|
# close = ctrl+space
|
||||||
close_all = ctrl+shift+space
|
close_all = ctrl+shift+space
|
||||||
#history = ctrl+grave
|
#history = ctrl+grave
|
||||||
context = ctrl+shift+period
|
context = ctrl+shift+period
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
exec --no-startup-id ~/bin/autostart
|
|
||||||
exec --no-startup-id /usr/lib/gnome-settings-daemon/gnome-settings-daemon
|
exec --no-startup-id /usr/lib/gnome-settings-daemon/gnome-settings-daemon
|
||||||
#notifications
|
#notifications
|
||||||
exec killall -q notify-osd
|
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)"')
|
exec --no-startup-id redshift -l $(curl -s "https://location.services.mozilla.com/v1/geolocate?key=geoclue" | jq -r '"\(.location.lat):\(.location.lng)"')
|
||||||
#emacs
|
#emacs
|
||||||
exec --no-startup-id emacs --daemon
|
exec --no-startup-id emacs --daemon
|
||||||
|
exec --no-startup-id ~/scripts/sound.sh
|
||||||
|
exec --no-startup-id ~/bin/autostart
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ assign [class = "rnote"] $Media
|
|||||||
assign [class = "kdenlive"] $Media
|
assign [class = "kdenlive"] $Media
|
||||||
assign [class = "REAPER"] $Media
|
assign [class = "REAPER"] $Media
|
||||||
assign [class = "Xournal"] $Media
|
assign [class = "Xournal"] $Media
|
||||||
|
assign [class = "^.*Gimp"] $Media
|
||||||
|
|
||||||
#Reading
|
#Reading
|
||||||
assign [class = "Zathura"] $Reading
|
assign [class = "Zathura"] $Reading
|
||||||
|
|||||||
Reference in New Issue
Block a user