diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-09 21:29:41 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-09 21:29:41 -0500 |
| commit | 5d5996fca6b193d025c27df39dd1a312dcfe4e5a (patch) | |
| tree | cfeeeea048b08df1de5b2141274277035025a751 /dotfiles/common/.config/calibre/dynamic.pickle.json | |
| parent | 7da4afdcdaa15a3af47d3295460b9298288d3bcb (diff) | |
| download | archsetup-5d5996fca6b193d025c27df39dd1a312dcfe4e5a.tar.gz archsetup-5d5996fca6b193d025c27df39dd1a312dcfe4e5a.zip | |
feat: add bind package for DNS utilities, update dotfile state
Add bind (dig, host, nslookup) to supplemental packages and
systemd-resolvconf for wireguard DNS integration. Update calibre,
hyprland, hyprlock, qalculate, mimeapps, and waypaper state.
Diffstat (limited to 'dotfiles/common/.config/calibre/dynamic.pickle.json')
| -rw-r--r-- | dotfiles/common/.config/calibre/dynamic.pickle.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/dotfiles/common/.config/calibre/dynamic.pickle.json b/dotfiles/common/.config/calibre/dynamic.pickle.json index a8a66de..8de8268 100644 --- a/dotfiles/common/.config/calibre/dynamic.pickle.json +++ b/dotfiles/common/.config/calibre/dynamic.pickle.json @@ -5,7 +5,19 @@ "save to disk dialog": "/home/cjennings/projects/homelab/inbox", "sort_history": [ [ - "title", + "pubdate", + false + ], + [ + "pubdate", + true + ], + [ + "timestamp", + false + ], + [ + "marked", true ], [ |
