summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-14 23:36:14 -0600
committerCraig Jennings <c@cjennings.net>2026-02-14 23:36:14 -0600
commitbafe8e7a9b948a7b8aaf34eb9db1d99b2f7ce2b7 (patch)
tree3477e1b42e46c15498a2490c7e915b9a02e94acb
parent965a695aa31cf791ea275ea37d35bb4356844be8 (diff)
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.
-rw-r--r--dotfiles/common/.config/calibre/dynamic.pickle.json4
-rw-r--r--dotfiles/common/.config/calibre/gui.json10
-rw-r--r--dotfiles/hyprland/.config/hypr/hyprland.conf2
-rw-r--r--dotfiles/hyprland/.config/pypr/config.toml14
4 files changed, 13 insertions, 17 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,
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf
index 1aeb58e..23a3a6b 100644
--- a/dotfiles/hyprland/.config/hypr/hyprland.conf
+++ b/dotfiles/hyprland/.config/hypr/hyprland.conf
@@ -250,7 +250,7 @@ bind = $mod SHIFT, PERIOD, movewindow, mon:+1
# Configured in ~/.config/hypr/pyprland.toml
# Uses normal workspaces (not special), so new windows won't be captured
bind = $mod SHIFT, RETURN, exec, pypr toggle term
-bind = $mod, I, exec, pypr toggle term2
+bind = $mod, I, exec, pypr toggle ai-term
bind = $mod, A, exec, pypr toggle audio
bind = $mod, M, exec, pypr toggle monitor
bind = $mod, N, exec, pypr toggle network
diff --git a/dotfiles/hyprland/.config/pypr/config.toml b/dotfiles/hyprland/.config/pypr/config.toml
index b105a67..193f499 100644
--- a/dotfiles/hyprland/.config/pypr/config.toml
+++ b/dotfiles/hyprland/.config/pypr/config.toml
@@ -22,15 +22,15 @@ factor = 2
[scratchpads.term]
command = "foot --app-id foot-term tmux"
class = "foot-term"
-size = "50% 60%"
-position = "25% 20%"
+size = "50% 70%"
+position = "25% 15%"
animation = "fromBottom"
-[scratchpads.term2]
-command = "foot --app-id foot-term2 tmux"
-class = "foot-term2"
-size = "50% 60%"
-position = "25% 20%"
+[scratchpads.ai-term]
+command = "foot --app-id foot-ai-term tmux"
+class = "foot-ai-term"
+size = "50% 70%"
+position = "25% 15%"
animation = "fromBottom"
[scratchpads.audio]