From 522ce8f9b9467d0f2c88e9f1e49b12ceb6c2d58a Mon Sep 17 00:00:00 2001 From: cyteen Date: Wed, 27 Jul 2022 14:47:02 +0100 Subject: [PATCH] Commit before push. --- .tmuxp.yaml | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/.tmuxp.yaml b/.tmuxp.yaml index ed2e68e..b32b894 100644 --- a/.tmuxp.yaml +++ b/.tmuxp.yaml @@ -1,21 +1,9 @@ -session_name: live-sdk -start_directory: ./ -#before_script: ./install.sh +session_name: helpers windows: -- window_name: live-sdk - focus: True - layout: main-horizontal - options: - main-pane-height: 35 - start_directory: ../live-sdk - panes: - - ./console_livesdk.sh + - window_name: blend-helpers + layout: even-horizontal + panes: - shell_command: - - cd blends/devuan-desktop-live/ - - vi devuan-desktop-metal.blend - - shell_command: - - cd blends/devuan-desktop-live/ - - vi config - - shell_command: - - gdisk -l /dev/sda - - ls /dev/disk/by-id | grep ata + - vim blend_helpers + - shell_command: + - vim blend_helpers.md