diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-09 09:34:53 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-09 09:34:53 -0600 |
| commit | 8c04dc2f5fee2c19489887433632347d3be74582 (patch) | |
| tree | ed10b99b75490249b8329cd29e6a608b1b49785e /dotfiles/common/.config/calibre/gui.json | |
| parent | c87938e6e5467bec122190e640712c48b3d41af4 (diff) | |
feat(dotfiles): manage calibre via directory symlink, add ncmpcpp bindings
Calibre does atomic writes that break individual stow symlinks. Exclude
calibre from stow and use a directory symlink instead. Add ncmpcpp
keybindings for space/pause, arrow seek, playlist add, visualization.
Diffstat (limited to 'dotfiles/common/.config/calibre/gui.json')
| -rw-r--r-- | dotfiles/common/.config/calibre/gui.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/dotfiles/common/.config/calibre/gui.json b/dotfiles/common/.config/calibre/gui.json index 853dbd8..b1e1c40 100644 --- a/dotfiles/common/.config/calibre/gui.json +++ b/dotfiles/common/.config/calibre/gui.json @@ -212,28 +212,28 @@ }, "geometry-of-calibre_main_window_geometry": { "frame_geometry": { - "height": 1306, - "width": 1828, + "height": 1314, + "width": 3374, "x": 0, "y": 0 }, "full_screened": false, "geometry": { - "height": 1306, - "width": 1828, + "height": 1314, + "width": 3374, "x": 0, "y": 0 }, "maximized": true, "normal_geometry": { - "height": 1306, + "height": 1314, "width": 1828, "x": 0, "y": 0 }, "qt": { "__class__": "bytearray", - "__value__": "AdnQywADAAAAAAAAAAAAAAAAByMAAAUZAAAAAAAAAAAAAAcjAAAFGQAAAAACAAAADXAAAAAAAAAAAAAAByMAAAUZ" + "__value__": "AdnQywADAAAAAAAAAAAAAAAADS0AAAUhAAAAAAAAAAAAAAcjAAAFIQAAAAACAAAADXAAAAAAAAAAAAAADS0AAAUh" }, "screen": { "depth": 32, @@ -247,7 +247,7 @@ "index_in_screens_list": 0, "manufacturer": "Dell Inc.", "model": "DELL U3419W", - "name": "HDMI-A-1", + "name": "DP-4", "serial": "", "size_in_logical_pixels": { "height": 1440, @@ -468,7 +468,7 @@ "grid view visible": false, "library_usage_stats": { "/home/cjennings/archive/books": 10, - "/home/cjennings/sync/books": 10 + "/home/cjennings/sync/books": 12 }, "light_palette_name": "", "light_palettes": { |
