Последняя активность 1721665901

layout.kdl Исходник
1theme "catppuccin-mocha"
2layout {
3 pane {
4 name "editor"
5 size "90%"
6 }
7 pane split_direction="vertical" {
8 pane {
9 name "web"
10 command "go"
11 args "run" "./cmd/web"
12 start_suspended true
13 }
14 pane {
15 name "ssh"
16 command "go"
17 args "run" "./cmd/ssh"
18 start_suspended true
19 }
20 }
21}
22
23