-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnotifly.yaml
46 lines (46 loc) · 1.02 KB
/
notifly.yaml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
session_name: notifly
start_directory: ~/work/peergrade/notifly
shell_command_before:
- cmd: poetry shell --quiet --no-interaction
sleep_before: .25
sleep_after: .25
- cmd: reset
sleep_before: .75
sleep_after: .75
windows:
- window_name: notifly
layout: main-horizontal
focus: true
panes:
- focus: True
- blank
- blank
options:
main-pane-height: 67%
- window_name: notifly-server
layout: main-horizontal
start_directory: ./notifly-server
panes:
- focus: True
- blank
- blank
options:
main-pane-height: 67%
- window_name: notifly-python
layout: main-horizontal
start_directory: ./notifly-python
panes:
- focus: True
- blank
- blank
options:
main-pane-height: 67%
- window_name: notifly-client
layout: main-horizontal
start_directory: ./notifly-client
panes:
- focus: True
- blank
- "[ ! -d node_modules ] && npm install && reset"
options:
main-pane-height: 67%