diff options
Diffstat (limited to '.tmuxinator.yml')
-rw-r--r-- | .tmuxinator.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.tmuxinator.yml b/.tmuxinator.yml index 9b60f7f..94a744e 100644 --- a/.tmuxinator.yml +++ b/.tmuxinator.yml @@ -1,8 +1,8 @@ name: ad-listener +startup_window: app windows: - - main: - layout: fff4,119x58,0,0{94x58,0,0,0,24x58,95,0,1} - panes: - - # Empty - - make clean build watch + - console: + - # Empty + - app: + - make clean watch |