From 3f0fc97f14903d73f44d1cbf8362a9b28441420d Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 30 Jan 2026 07:52:56 -0600 Subject: feat(hyprland): add second terminal scratchpad on mod+I Adds term2 scratchpad with slightly lower position (20% 30%) to distinguish from primary terminal scratchpad when both visible. --- dotfiles/hyprland/.config/hypr/pyprland.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dotfiles/hyprland/.config/hypr/pyprland.toml') diff --git a/dotfiles/hyprland/.config/hypr/pyprland.toml b/dotfiles/hyprland/.config/hypr/pyprland.toml index f946a74..e496cd9 100644 --- a/dotfiles/hyprland/.config/hypr/pyprland.toml +++ b/dotfiles/hyprland/.config/hypr/pyprland.toml @@ -26,6 +26,13 @@ size = "60% 60%" position = "20% 20%" animation = "fromBottom" +[scratchpads.term2] +command = "foot --app-id foot-term2 tmux" +class = "foot-term2" +size = "60% 60%" +position = "20% 30%" +animation = "fromBottom" + [scratchpads.audio] command = "foot --app-id foot-audio pulsemixer" class = "foot-audio" -- cgit v1.2.3