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 | bafe8e7a9b948a7b8aaf34eb9db1d99b2f7ce2b7 (patch) | |
| tree | 3477e1b42e46c15498a2490c7e915b9a02e94acb /dotfiles/hyprland/.config/pypr/config.toml | |
| parent | 965a695aa31cf791ea275ea37d35bb4356844be8 (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.
Diffstat (limited to 'dotfiles/hyprland/.config/pypr/config.toml')
| -rw-r--r-- | dotfiles/hyprland/.config/pypr/config.toml | 14 |
1 files changed, 7 insertions, 7 deletions
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] |
