diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-26 17:36:38 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-26 17:36:38 -0600 |
| commit | dada2f255daaa2fb493ec8c7d47e2a8123aea494 (patch) | |
| tree | 0c0eeb84bb7b6e66a2d7f41cdfd061b25f80cc14 /dotfiles/common/.config/calibre/global.py.json | |
| parent | d50e5955837788fc69b4d5bc74cb574b859ed31a (diff) | |
refactor(dotfiles): rename system/ to common/ and remove unused configs
Rename dotfiles/system to dotfiles/common for clarity - indicates
shared dotfiles used across all desktop environments (DWM, Hyprland).
Removed config directories for uninstalled applications:
- ghostty (using different terminal)
- lf (using ranger instead)
- mopidy (using mpd instead)
- nitrogen (X11-only, obsolete for Wayland)
- pychess (not installed)
- JetBrains (not installed via archsetup)
- youtube-dl (using yt-dlp with different config location)
Kept audacious config for potential future use.
Updated all references in archsetup, CLAUDE.md, todo.org, and
validation.sh.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/common/.config/calibre/global.py.json')
| -rw-r--r-- | dotfiles/common/.config/calibre/global.py.json | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/dotfiles/common/.config/calibre/global.py.json b/dotfiles/common/.config/calibre/global.py.json new file mode 100644 index 0000000..e44de2c --- /dev/null +++ b/dotfiles/common/.config/calibre/global.py.json @@ -0,0 +1,82 @@ +{ + "add_formats_to_existing": false, + "case_sensitive": false, + "check_for_dupes_on_ctl": false, + "database_path": "/home/cjennings/library1.db", + "filename_pattern": "(?P<title>.+) - (?P<author>[^_]+)", + "input_format_order": [ + "EPUB", + "PDF", + "AZW3", + "MOBI", + "LIT", + "PRC", + "FB2", + "HTML", + "HTM", + "XHTM", + "SHTML", + "XHTML", + "ZIP", + "DOCX", + "ODT", + "RTF", + "TXT", + "CB7", + "SHTM", + "SNB", + "PMLZ", + "TCR", + "FBZ", + "DJVU", + "DOCM", + "LRF", + "TXTZ", + "KEPUB", + "POBI", + "PDB", + "CHM", + "CBR", + "HTMLZ", + "RB", + "MD", + "CBC", + "MARKDOWN", + "TEXT", + "AZW", + "UPDB", + "RECIPE", + "PML", + "DOWNLOADED_RECIPE", + "TEXTILE", + "RAR", + "CBZ", + "OPF", + "AZW4", + "DJV" + ], + "installation_uuid": "4c998702-215a-4787-a019-abdee4cdf53c", + "isbndb_com_key": "", + "language": "en", + "library_path": "/home/cjennings/archive/books", + "limit_search_columns": false, + "limit_search_columns_to": [ + "title", + "authors", + "tags", + "publisher" + ], + "manage_device_metadata": "manual", + "mark_new_books": true, + "migrated": false, + "network_timeout": 5, + "new_book_tags": [], + "numeric_collation": false, + "output_format": "epub", + "read_file_metadata": true, + "saved_searches": {}, + "swap_author_names": false, + "use_primary_find_in_search": true, + "user_categories": {}, + "worker_process_priority": "normal" +}
\ No newline at end of file |
