summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/hypr/pyprland.toml
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-30 07:52:56 -0600
committerCraig Jennings <c@cjennings.net>2026-01-30 07:52:56 -0600
commit3f0fc97f14903d73f44d1cbf8362a9b28441420d (patch)
treef124f6627b02f56520e4a7b0dad66af03f88c056 /dotfiles/hyprland/.config/hypr/pyprland.toml
parentb1859fc050c8a07c4986d2fdc001476466fb15f0 (diff)
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.
Diffstat (limited to 'dotfiles/hyprland/.config/hypr/pyprland.toml')
-rw-r--r--dotfiles/hyprland/.config/hypr/pyprland.toml7
1 files changed, 7 insertions, 0 deletions
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"