Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 661da47

Browse files
committed
chore(infra/zellij): move atac to floating pane, and move portal and website panes to first tab
1 parent 94ef154 commit 661da47

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

infra/zellij.layout.kdl

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
layout {
2-
tab name="🔌 API" focus=true {
2+
tab name="🔌 API" focus=true hide_floating_panes=true {
33
pane size=1 borderless=true {
44
plugin location="zellij:tab-bar"
55
}
@@ -13,10 +13,19 @@ layout {
1313
args "nx" "dev" "axiom"
1414
}
1515
}
16+
pane command="pnpm" name="🌀 Portal | 5173 | portal.cuhacking.ca" size="30%" cwd="../" {
17+
args "nx" "dev" "portal"
18+
}
19+
pane command="pnpm" name="🕸 Website | 5800 | cuhacking.ca" size="30%" cwd="../" {
20+
args "nx" "dev" "website"
21+
start_suspended true
22+
}
23+
}
24+
floating_panes {
1625
pane command="atac" name="{A}rguably a {T}erminal {A}PI {C}lient" focus=true {
1726
args "--no-ansi-log"
1827
}
19-
}
28+
}
2029
pane size=1 borderless=true {
2130
plugin location="zellij:status-bar"
2231
}

0 commit comments

Comments
 (0)