From 15dfb4275c65bea9b31b2e8b202fcad44ca56736 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 12 Feb 2026 12:08:18 -0600 Subject: chore(calibre): update calibre config state --- dotfiles/common/.config/calibre/dynamic.pickle.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'dotfiles/common/.config/calibre/dynamic.pickle.json') 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,17 +1,26 @@ { + "auto add path choose": "/home/cjennings/downloads/ebooks", "sort_history": [ [ - "timestamp", - false + "title", + true ], [ - "ondevice", + "title", false ], [ "title", true ], + [ + "timestamp", + false + ], + [ + "ondevice", + false + ], [ "timestamp", false -- cgit v1.2.3