diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-30 07:52:56 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-30 07:52:56 -0600 |
| commit | 3f0fc97f14903d73f44d1cbf8362a9b28441420d (patch) | |
| tree | f124f6627b02f56520e4a7b0dad66af03f88c056 /dotfiles/hyprland | |
| parent | b1859fc050c8a07c4986d2fdc001476466fb15f0 (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')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 1 | ||||
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/pyprland.toml | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index a854e1a..7a5a6fa 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -268,6 +268,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, A, exec, pypr toggle audio bind = $mod, M, exec, pypr toggle monitor bind = $mod, SLASH, exec, pypr toggle music 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" |
