From 8c04dc2f5fee2c19489887433632347d3be74582 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 9 Feb 2026 09:34:53 -0600 Subject: 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. --- dotfiles/common/.config/calibre/gui.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'dotfiles/common/.config/calibre/gui.json') 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": { -- cgit v1.2.3