diff options
author | Joris | 2019-09-03 21:01:53 +0200 |
---|---|---|
committer | Joris | 2019-09-03 21:04:40 +0200 |
commit | 5cedcecd6ae31e2485dcab2ddd74c74a4779545d (patch) | |
tree | bb54b8f1bbf1f5baaf94c28e4443fb17321d5fc7 /.tmuxinator.yml | |
parent | 8d14cb80170a8a15a0ced13bc7fe5cd16b908974 (diff) |
Make LBC to work
Use request headers to simulate a normal browser
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 |