forked from fedimint/fedimint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.tmuxinator.yml
40 lines (40 loc) · 1.04 KB
/
.tmuxinator.yml
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
name: fedimint-dev
root: .
socket_name: fedimint-dev
pre_window:
- source .tmpenv
- alias lightning-cli="\$FM_LIGHTNING_CLI"
- alias lncli="\$FM_LNCLI"
- alias bitcoin-cli="\$FM_BTC_CLIENT"
- alias fedimint-cli="\$FM_MINT_CLIENT"
- alias gateway-cli="\$FM_GATEWAY_CLI"
- alias mint_rpc_client="\$FM_MINT_RPC_CLIENT"
- alias dbtool="\$FM_DB_TOOL"
- alias restart="./scripts/restart-tmux.sh"
- source scripts/lib.sh
tmux_detached: false
windows:
- main:
panes:
- user:
- source scripts/tmux-user-shell.sh
- federation:
layout: 3ed7,272x74,0,0{119x74,0,0,54,152x74,120,0[152x17,120,0,55,152x17,120,18,56,152x17,120,36,57,152x20,120,54,58]}
panes:
- user:
- # empty user shell
- bitcoind:
- start_bitcoind &
- fg
- cln:
- start_lightningd &
- fg
- lnd:
- start_lnd &
- fg
- gateway:
- start_gatewayd &
- fg
- federation:
- run_dkg
- start_federation &