diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-09 09:34:53 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-09 09:34:53 -0600 |
| commit | 88f581979b0e3e9ae43b7abc7cb5f9121aa384d8 (patch) | |
| tree | e397fe0f402a2269d78e160cca4f30da009f7df3 /dotfiles/common/.config/calibre/dynamic.pickle.json | |
| parent | 2d2d0d95db989ef3f14b771ae2fd9e61fa5749f5 (diff) | |
| download | archsetup-88f581979b0e3e9ae43b7abc7cb5f9121aa384d8.tar.gz archsetup-88f581979b0e3e9ae43b7abc7cb5f9121aa384d8.zip | |
feat(dotfiles): manage calibre via directory symlink, add ncmpcpp bindings
Calibre does atomic writes that break individual stow symlinks. Exclude
calibre from stow and use a directory symlink instead. Add ncmpcpp
keybindings for space/pause, arrow seek, playlist add, visualization.
Diffstat (limited to 'dotfiles/common/.config/calibre/dynamic.pickle.json')
| -rw-r--r-- | dotfiles/common/.config/calibre/dynamic.pickle.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dotfiles/common/.config/calibre/dynamic.pickle.json b/dotfiles/common/.config/calibre/dynamic.pickle.json new file mode 100644 index 0000000..fb42097 --- /dev/null +++ b/dotfiles/common/.config/calibre/dynamic.pickle.json @@ -0,0 +1,21 @@ +{ + "sort_history": [ + [ + "timestamp", + false + ], + [ + "ondevice", + false + ], + [ + "title", + true + ], + [ + "timestamp", + false + ] + ], + "welcome_wizard_was_run": true +}
\ No newline at end of file |
