diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-09 16:54:18 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-09 16:54:18 -0600 |
| commit | a75b37310752e2fe5f58a89f177681ef1deb7f4d (patch) | |
| tree | 5a08a105c85a4bfbb658e66ee8a53da0d0304ba3 /dotfiles/common/.config/calibre/viewer.json | |
| parent | 67e8d3c5e7f8e0451ff43079247f4f63db97001e (diff) | |
| download | archsetup-a75b37310752e2fe5f58a89f177681ef1deb7f4d.tar.gz archsetup-a75b37310752e2fe5f58a89f177681ef1deb7f4d.zip | |
chore(dotfiles): update calibre viewer window geometry and recents
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/common/.config/calibre/viewer.json')
| -rw-r--r-- | dotfiles/common/.config/calibre/viewer.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/dotfiles/common/.config/calibre/viewer.json b/dotfiles/common/.config/calibre/viewer.json index ecc631e..7a41659 100644 --- a/dotfiles/common/.config/calibre/viewer.json +++ b/dotfiles/common/.config/calibre/viewer.json @@ -1,4 +1,55 @@ { + "geometry-of-print-to-pdf-geometry": { + "frame_geometry": { + "height": 285, + "width": 510, + "x": 649, + "y": 475 + }, + "full_screened": false, + "geometry": { + "height": 285, + "width": 510, + "x": 649, + "y": 475 + }, + "maximized": true, + "normal_geometry": { + "height": 285, + "width": 510, + "x": 649, + "y": 475 + }, + "qt": { + "__class__": "bytearray", + "__value__": "AdnQywADAAAAAAKJAAAB2wAABIYAAAL3AAACiQAAAdsAAASGAAAC9wAAAAACAAAADXAAAAKJAAAB2wAABIYAAAL3" + }, + "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 + } + } + }, "print-to-pdf-bottom-margin": 1.0, "print-to-pdf-geometry": { "__class__": "bytearray", |
