From dada2f255daaa2fb493ec8c7d47e2a8123aea494 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 26 Jan 2026 17:36:38 -0600 Subject: 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 --- dotfiles/common/.config/calibre/gui.py.json | 115 ++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 dotfiles/common/.config/calibre/gui.py.json (limited to 'dotfiles/common/.config/calibre/gui.py.json') diff --git a/dotfiles/common/.config/calibre/gui.py.json b/dotfiles/common/.config/calibre/gui.py.json new file mode 100644 index 0000000..bfe8d92 --- /dev/null +++ b/dotfiles/common/.config/calibre/gui.py.json @@ -0,0 +1,115 @@ +{ + "LRF_conversion_defaults": [], + "LRF_ebook_viewer_options": null, + "asked_library_thing_password": false, + "auto_download_cover": false, + "autolaunch_server": false, + "column_map": [ + "title", + "ondevice", + "authors", + "size", + "timestamp", + "rating", + "publisher", + "tags", + "series", + "pubdate" + ], + "confirm_delete": false, + "cover_flow_queue_length": 6, + "default_send_to_device_action": "DeviceAction:main::False:False", + "delete_news_from_library_on_upload": false, + "disable_animations": true, + "disable_tray_notification": false, + "enforce_cpu_limit": true, + "get_social_metadata": true, + "gui_layout": "wide", + "highlight_search_matches": false, + "internally_viewed_formats": [ + "AZW", + "AZW3", + "FB2", + "FBZ", + "HTML", + "HTMLZ", + "KEPUB", + "LIT", + "LRF", + "MOBI", + "PDB", + "POBI", + "PRC", + "RB", + "SNB" + ], + "jobs_search_history": [], + "lrf_viewer_search_history": [], + "main_search_history": [ + "author:kant", + "title:critique of pure reason", + "title critique of pure reason", + "title:being and time", + "heidegger basic writings", + "title:question concerning technology", + "tag:epub", + "question concerning technology heidegger", + "poetry language thought heidegger", + "basic writings heidegger", + "author:corrington", + "author:stanley", + "Marco", + "format:epub", + "publisher:nolo", + "author:heidegger format:epub", + "author:heidegger", + "author:ibsen", + "author:simenon", + "title:nexus", + "format:pdf tags:philosophy #reviewed:true", + "format:pdf tags:literature #reviewed:true", + "format:epub tags:literature #reviewed:true", + "format:epub tags:philosophy #reviewed:true", + "format:epub tags:philosophy #reviewed" + ], + "main_window_geometry": null, + "match_tags_type": "any", + "new_version_notification": false, + "oldest_news": 0, + "overwrite_author_title_metadata": true, + "plugin_search_history": [ + "kobo", + "covers", + "cover", + "rsync" + ], + "save_to_disk_template_history": [ + "{author_sort}/{title}/{title} - {authors}" + ], + "scheduler_search_history": [ + "Jacobin", + "New Republic" + ], + "search_as_you_type": false, + "send_to_device_template_history": [], + "send_to_storage_card_by_default": false, + "separate_cover_flow": false, + "shortcuts_search_history": [ + "quit", + "quickview", + "q" + ], + "show_avg_rating": true, + "sort_tags_by": "name", + "systray_icon": false, + "tag_browser_hidden_categories": { + "__class__": "set", + "__value__": [] + }, + "tweaks_search_history": [], + "upload_news_to_device": false, + "use_roman_numerals_for_series_number": false, + "viewer_search_history": [], + "viewer_toc_search_history": [], + "worker_limit": 6 +} \ No newline at end of file -- cgit v1.2.3