diff --git a/.config/Stretchly/config.json b/.config/Stretchly/config.json index 3d62cde..6802eb3 100644 --- a/.config/Stretchly/config.json +++ b/.config/Stretchly/config.json @@ -457,9 +457,15 @@ "appExclusions": [], "appExclusionsCheckInterval": 1000, "pauseForSuspendOrLock": true, - "pauseBreaksShortcut": "", - "resumeBreaksShortcut": "", + "pauseBreaksToggleShortcut": "", "screen": "primary", "timeToBreakInTray": false, - "currentTimeInBreaks": false + "currentTimeInBreaks": false, + "pauseBreaksShortcut": "", + "resumeBreaksShortcut": "", + "__internal__": { + "migrations": { + "version": "1.13.1" + } + } } diff --git a/.config/doom/config.el b/.config/doom/config.el index e4565e0..1d027a3 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -914,10 +914,10 @@ Version 2019-11-04 2021-02-16" (add-to-list 'auto-mode-alist '("/journal/" . org-mode)) (add-to-list 'auto-mode-alist '("\\.jrnl\\'" . org-mode)) -;(add-to-list 'auto-mode-alist '("\\.el##" . emacs-lisp-mode)) +(add-to-list 'auto-mode-alist '("\\.el##" . emacs-lisp-mode)) ;(add-to-list 'auto-mode-alist `(,(getenv "CONFIG_SHELLS") . sh-mode)) ;(add-to-list 'auto-mode-alist `(,(getenv "CONFIG_ZSH") . sh-mode)) -;(add-to-list 'auto-mode-alist `("\\.local/bin" . sh-mode)) +(add-to-list 'auto-mode-alist `("\\.local/bin" . sh-mode)) ;(add-to-list 'auto-mode-alist '("\\.twee\\'" . twee-chapbook-mode)) ;(add-hook 'twee-chapbook-mode-hook 'twee-mode) diff --git a/.config/puddletag/puddletag.conf b/.config/puddletag/puddletag.conf index abb72af..d4859c6 100644 --- a/.config/puddletag/puddletag.conf +++ b/.config/puddletag/puddletag.conf @@ -18,7 +18,7 @@ }, "main": { "lang": "auto", - "lastfolder": "/home/janek/data/4-media/music/Worship", + "lastfolder": "/home/janek/data/4-media/music", "maximized": true }, "playlist": { @@ -124,7 +124,7 @@ "%artist% - %track% - %title%", "%artist% - %album% - %track% - %title%" ], - "index": 3 + "index": 0 }, "functions": { "last_used": "remove_dupes" @@ -141,4 +141,4 @@ "Genre: Christian" ] } -} \ No newline at end of file +}