From bafe8e7a9b948a7b8aaf34eb9db1d99b2f7ce2b7 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 14 Feb 2026 23:36:14 -0600 Subject: 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. --- dotfiles/hyprland/.config/pypr/config.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'dotfiles/hyprland/.config/pypr/config.toml') 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] -- cgit v1.2.3