-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev-layout.kdl
30 lines (28 loc) · 1.04 KB
/
dev-layout.kdl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
layout {
pane size=1 borderless=true {
plugin location="zellij:tab-bar"
}
pane split_direction="vertical" {
pane
pane {
pane stacked=true {
// pane size="10%" command="bash" name="COMPILE AND RELOAD PLUGIN" {
// args "-c" "cargo build && zellij action start-or-reload-plugin --floating --configuration \"shell=zsh,shell_flag=-ic,cwd=$(pwd),ghost_launcher=GhostLauncher,debug=true\" file:target/wasm32-wasi/debug/ghost.wasm"
// }
pane {
plugin location="file:target/wasm32-wasi/debug/ghost.wasm" {
floating true
shell "zsh"
shell_flag "-ic"
ghost_launcher "GhostLauncher"
debug false
// embedded true
}
}
}
}
}
pane size=2 borderless=true {
plugin location="zellij:status-bar"
}
}