diff options
Diffstat (limited to '.tmuxinator.yml')
-rw-r--r-- | .tmuxinator.yml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/.tmuxinator.yml b/.tmuxinator.yml index d8b97c5..2a765c0 100644 --- a/.tmuxinator.yml +++ b/.tmuxinator.yml @@ -1,11 +1,14 @@ name: sharedCost +startup_window: app windows: - - main: - layout: 3747,239x59,0,0{144x59,0,0,0,94x59,145,0[94x30,145,0,1,94x28,145,31,2]} + - console: + - clear + - app: panes: - - # Empty - - make install-client watch-client - - make install-server watch-server + - server: + - make watch-server + - client: + - make watch-client - db: - sqlite3 database |