diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-12 12:08:18 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-12 12:08:18 -0600 |
| commit | 15dfb4275c65bea9b31b2e8b202fcad44ca56736 (patch) | |
| tree | 210f78579babb304bd18eb4312abf24d60bf9d51 /dotfiles/common/.config/calibre/dynamic.pickle.json | |
| parent | 105082d016b239378d95b6dbe55fd066a6c5f803 (diff) | |
chore(calibre): update calibre config state
Diffstat (limited to 'dotfiles/common/.config/calibre/dynamic.pickle.json')
| -rw-r--r-- | dotfiles/common/.config/calibre/dynamic.pickle.json | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/dotfiles/common/.config/calibre/dynamic.pickle.json b/dotfiles/common/.config/calibre/dynamic.pickle.json index fb42097..32414be 100644 --- a/dotfiles/common/.config/calibre/dynamic.pickle.json +++ b/dotfiles/common/.config/calibre/dynamic.pickle.json @@ -1,11 +1,12 @@ { + "auto add path choose": "/home/cjennings/downloads/ebooks", "sort_history": [ [ - "timestamp", - false + "title", + true ], [ - "ondevice", + "title", false ], [ @@ -15,6 +16,14 @@ [ "timestamp", false + ], + [ + "ondevice", + false + ], + [ + "timestamp", + false ] ], "welcome_wizard_was_run": true |
