Skip to content

Commit c87ca9e

Browse files
committed
Update .tmuxp.json
via tmuxp convert .tmuxp.yaml
1 parent 2b4e27d commit c87ca9e

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

.tmuxp.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
{
2-
"before_script": "pipenv install --dev --skip-lock",
2+
"session_name": "tmuxp",
3+
"start_directory": "./",
4+
"before_script": "./.tmuxp-before-script.sh",
5+
"shell_command_before": [
6+
"[ -f .venv/bin/activate ] && source .venv/bin/activate && reset"
7+
],
38
"windows": [
49
{
10+
"window_name": "tmuxp",
11+
"focus": true,
12+
"layout": "main-horizontal",
13+
"options": {
14+
"main-pane-height": 35
15+
},
516
"panes": [
617
{
718
"focus": true
8-
},
9-
"pane",
19+
},
20+
"pane",
1021
"make watch_test"
11-
],
12-
"layout": "main-horizontal",
22+
]
23+
},
24+
{
25+
"window_name": "docs",
26+
"layout": "main-horizontal",
1327
"options": {
1428
"main-pane-height": 35
15-
},
16-
"focus": true,
17-
"window_name": "tmuxp"
18-
},
19-
{
29+
},
30+
"start_directory": "doc/",
2031
"panes": [
2132
{
2233
"focus": true
23-
},
24-
"pane",
25-
"make serve",
26-
"make watch"
27-
],
28-
"start_directory": "doc/",
29-
"layout": "main-horizontal",
30-
"window_name": "docs",
31-
"options": {
32-
"main-pane-height": 35
33-
}
34+
},
35+
"pane",
36+
"make serve",
37+
"make SPHINXBUILD='poetry run sphinx-build' watch"
38+
]
3439
}
35-
],
36-
"session_name": "tmuxp",
37-
"start_directory": "./",
38-
"shell_command_before": [
39-
"[ -d `pipenv --venv` ] && source `pipenv --venv`/bin/activate && reset"
4040
]
4141
}

0 commit comments

Comments
 (0)