From f0f114a684086aaf731fbfcc2989fd93e7c7f08a Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 9 Feb 2026 16:54:18 -0600 Subject: chore(dotfiles): update calibre viewer window geometry and recents Co-Authored-By: Claude Opus 4.6 --- dotfiles/common/.config/calibre/viewer.json | 51 +++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'dotfiles/common/.config/calibre/viewer.json') 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", -- cgit v1.2.3