diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-21 07:00:34 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-21 07:00:34 -0600 |
| commit | b700df1613ab173daa20544a99b5a91e908c4813 (patch) | |
| tree | 1e25261ccd3613722d63e59d4f2fb5057af11bfc /dotfiles/common/.config/calibre/gui.json | |
| parent | cd2c52aa416bfe40c2032116ad2d99fc6ce3de89 (diff) | |
feat(archsetup): add texlive-plaingeneric and masterpdfeditor packages
Add texlive-plaingeneric for org-mode PDF export (ulem.sty) and
masterpdfeditor from AUR for PDF form editing. Update calibre config.
Diffstat (limited to 'dotfiles/common/.config/calibre/gui.json')
| -rw-r--r-- | dotfiles/common/.config/calibre/gui.json | 64 |
1 files changed, 60 insertions, 4 deletions
diff --git a/dotfiles/common/.config/calibre/gui.json b/dotfiles/common/.config/calibre/gui.json index ca15028..f4bc2e9 100644 --- a/dotfiles/common/.config/calibre/gui.json +++ b/dotfiles/common/.config/calibre/gui.json @@ -242,6 +242,10 @@ "WindowText-disabled": "#58574e" } }, + "duplicate finder plugin:duplicate dialog": { + "__class__": "bytearray", + "__value__": "AdnQywADAAAAAAAAAAAAAAAAAkEAAAImAAAAAAAAAAAAAAJBAAACJgAAAAACAAAADXAAAAAAAAAAAAAAAkEAAAIm" + }, "edit_metadata_single_layout": "alt2", "filename_pattern_history": [ "(?P<title>.+) - (?P<author>[^_]+)", @@ -404,14 +408,14 @@ "geometry-of-calibre_main_window_geometry": { "frame_geometry": { "height": 1314, - "width": 1490, + "width": 3374, "x": 0, "y": 0 }, "full_screened": false, "geometry": { "height": 1314, - "width": 1490, + "width": 3374, "x": 0, "y": 0 }, @@ -424,7 +428,7 @@ }, "qt": { "__class__": "bytearray", - "__value__": "AdnQywADAAAAAAAAAAAAAAAABdEAAAUhAAAAAAAAAAAAAA0tAAAFIQAAAAACAAAADXAAAAAAAAAAAAAABdEAAAUh" + "__value__": "AdnQywADAAAAAAAAAAAAAAAADS0AAAUhAAAAAAAAAAAAAA0tAAAFIQAAAAACAAAADXAAAAAAAAAAAAAADS0AAAUh" }, "screen": { "depth": 32, @@ -1319,6 +1323,57 @@ } } }, + "geometry-of-trash-view-for-library-geometry": { + "frame_geometry": { + "height": 650, + "width": 563, + "x": 1396, + "y": 292 + }, + "full_screened": false, + "geometry": { + "height": 650, + "width": 563, + "x": 1396, + "y": 292 + }, + "maximized": true, + "normal_geometry": { + "height": 650, + "width": 563, + "x": 1396, + "y": 292 + }, + "qt": { + "__class__": "bytearray", + "__value__": "AdnQywADAAAAAAV0AAABJAAAB6YAAAOtAAAFdAAAASQAAAemAAADrQAAAAACAAAADXAAAAV0AAABJAAAB6YAAAOt" + }, + "screen": { + "depth": 32, + "device_pixel_ratio": 1.0, + "geometry_in_logical_pixels": { + "height": 1440, + "width": 3440, + "x": 0, + "y": 0 + }, + "index_in_screens_list": 0, + "manufacturer": "Dell Inc.", + "model": "DELL U3419W", + "name": "DP-4", + "serial": "", + "size_in_logical_pixels": { + "height": 1440, + "width": 3440 + }, + "virtual_geometry": { + "height": 1440, + "width": 3440, + "x": 0, + "y": 0 + } + } + }, "grid view visible": false, "jobs view column layout3": { "__class__": "bytearray", @@ -1326,7 +1381,7 @@ }, "library_usage_stats": { "/home/cjennings/archive/books": 10, - "/home/cjennings/sync/books": 48 + "/home/cjennings/sync/books": 50 }, "light_palette_name": "", "light_palettes": { @@ -1390,6 +1445,7 @@ }, "previous_sort_order_BooksView": { "#isbn": true, + "authors": true, "timestamp": false, "title": true }, |
