From 8c04dc2f5fee2c19489887433632347d3be74582 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 9 Feb 2026 09:34:53 -0600 Subject: 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. --- dotfiles/common/.config/calibre/dynamic.pickle.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dotfiles/common/.config/calibre/dynamic.pickle.json (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 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 -- cgit v1.2.3