config: a few application config updates

This commit is contained in:
xeruf 2023-04-01 22:01:16 +02:00
parent ec71cd264f
commit 848a0899fd
3 changed files with 14 additions and 8 deletions

View File

@ -457,9 +457,15 @@
"appExclusions": [], "appExclusions": [],
"appExclusionsCheckInterval": 1000, "appExclusionsCheckInterval": 1000,
"pauseForSuspendOrLock": true, "pauseForSuspendOrLock": true,
"pauseBreaksShortcut": "", "pauseBreaksToggleShortcut": "",
"resumeBreaksShortcut": "",
"screen": "primary", "screen": "primary",
"timeToBreakInTray": false, "timeToBreakInTray": false,
"currentTimeInBreaks": false "currentTimeInBreaks": false,
"pauseBreaksShortcut": "",
"resumeBreaksShortcut": "",
"__internal__": {
"migrations": {
"version": "1.13.1"
}
}
} }

View File

@ -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 '("/journal/" . org-mode))
(add-to-list 'auto-mode-alist '("\\.jrnl\\'" . 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_SHELLS") . sh-mode))
;(add-to-list 'auto-mode-alist `(,(getenv "CONFIG_ZSH") . 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-to-list 'auto-mode-alist '("\\.twee\\'" . twee-chapbook-mode))
;(add-hook 'twee-chapbook-mode-hook 'twee-mode) ;(add-hook 'twee-chapbook-mode-hook 'twee-mode)

View File

@ -18,7 +18,7 @@
}, },
"main": { "main": {
"lang": "auto", "lang": "auto",
"lastfolder": "/home/janek/data/4-media/music/Worship", "lastfolder": "/home/janek/data/4-media/music",
"maximized": true "maximized": true
}, },
"playlist": { "playlist": {
@ -124,7 +124,7 @@
"%artist% - %track% - %title%", "%artist% - %track% - %title%",
"%artist% - %album% - %track% - %title%" "%artist% - %album% - %track% - %title%"
], ],
"index": 3 "index": 0
}, },
"functions": { "functions": {
"last_used": "remove_dupes" "last_used": "remove_dupes"
@ -141,4 +141,4 @@
"Genre: Christian" "Genre: Christian"
] ]
} }
} }