diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-14 23:36:14 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-14 23:36:14 -0600 |
| commit | 8b6234e8edc864c128d9d6c14d20f712540866fc (patch) | |
| tree | 934392c15461010633d03a23219489a829d9fba1 /dotfiles/common | |
| parent | 1422c321d93d250399d635e9db398b5d3be80ec5 (diff) | |
| download | archsetup-8b6234e8edc864c128d9d6c14d20f712540866fc.tar.gz archsetup-8b6234e8edc864c128d9d6c14d20f712540866fc.zip | |
feat(hyprland): resize term scratchpads, rename term2 to ai-term
Term scratchpads now 50x70%, renamed term2 to ai-term with updated
app-id. Updated calibre window state.
Diffstat (limited to 'dotfiles/common')
| -rw-r--r-- | dotfiles/common/.config/calibre/dynamic.pickle.json | 4 | ||||
| -rw-r--r-- | dotfiles/common/.config/calibre/gui.json | 10 |
2 files changed, 5 insertions, 9 deletions
diff --git a/dotfiles/common/.config/calibre/dynamic.pickle.json b/dotfiles/common/.config/calibre/dynamic.pickle.json index 0deb38d..b698e76 100644 --- a/dotfiles/common/.config/calibre/dynamic.pickle.json +++ b/dotfiles/common/.config/calibre/dynamic.pickle.json @@ -19,10 +19,6 @@ [ "timestamp", false - ], - [ - "timestamp", - false ] ], "welcome_wizard_was_run": true diff --git a/dotfiles/common/.config/calibre/gui.json b/dotfiles/common/.config/calibre/gui.json index ae837b5..b723089 100644 --- a/dotfiles/common/.config/calibre/gui.json +++ b/dotfiles/common/.config/calibre/gui.json @@ -403,15 +403,15 @@ }, "geometry-of-calibre_main_window_geometry": { "frame_geometry": { - "height": 1314, - "width": 1828, + "height": 629, + "width": 1490, "x": 0, "y": 0 }, "full_screened": false, "geometry": { - "height": 1314, - "width": 1828, + "height": 629, + "width": 1490, "x": 0, "y": 0 }, @@ -424,7 +424,7 @@ }, "qt": { "__class__": "bytearray", - "__value__": "AdnQywADAAAAAAAAAAAAAAAAByMAAAUhAAAAAAAAAAAAAAcjAAAFIQAAAAACAAAADXAAAAAAAAAAAAAAByMAAAUh" + "__value__": "AdnQywADAAAAAAAAAAAAAAAABdEAAAJ0AAAAAAAAAAAAAAcjAAAFIQAAAAACAAAADXAAAAAAAAAAAAAABdEAAAJ0" }, "screen": { "depth": 32, |
