From b5d4a292881ce64188bb2a524a0fa93eb802ec39 Mon Sep 17 00:00:00 2001 From: Entourage Date: Sat, 7 Sep 2024 15:11:40 -0400 Subject: [PATCH] Fix tmuxp config for entourage --- .tmuxp/maxocull.com.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.tmuxp/maxocull.com.yaml b/.tmuxp/maxocull.com.yaml index fb25152..4d48c95 100644 --- a/.tmuxp/maxocull.com.yaml +++ b/.tmuxp/maxocull.com.yaml @@ -15,7 +15,7 @@ windows: allow-rename: false automatic-rename: false - window_name: DKR - layout: main-vertical + layout: main-horizontal environment: DISABLE_AUTO_TITLE: "true" options: @@ -25,10 +25,10 @@ windows: - shell_command: ctop environment: DISABLE_AUTO_TITLE: "true" - options: + optionsa: allow-rename: false automatic-rename: false - - shell_command: docker-compose -f /opt/flotilla/docker-compose.yaml logs -f + - shell_command: docker-compose -f /opt/flotilla/docker-compose.yml logs -f focus: true environment: DISABLE_AUTO_TITLE: "true"