From e58ef83bc4ed37d6c72fa69486d8c09e186a9402 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 1 Apr 2022 09:51:01 +0530 Subject: [PATCH] tmux/tmuxp: Update session files --- tmux/.tmux/session-setup.sh | 1 + tmuxp/.config/tmuxp/scratch.yaml | 22 ++++++++++++++++++++++ tmuxp/.config/tmuxp/work.yaml | 6 +++++- 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 tmuxp/.config/tmuxp/scratch.yaml diff --git a/tmux/.tmux/session-setup.sh b/tmux/.tmux/session-setup.sh index 81ad4e4..2900f16 100755 --- a/tmux/.tmux/session-setup.sh +++ b/tmux/.tmux/session-setup.sh @@ -3,3 +3,4 @@ tmuxp load -d personal tmuxp load -d gstreamer tmuxp load -d work tmuxp load -d audio-dev +tmuxp load -d scratch diff --git a/tmuxp/.config/tmuxp/scratch.yaml b/tmuxp/.config/tmuxp/scratch.yaml new file mode 100644 index 0000000..62f335b --- /dev/null +++ b/tmuxp/.config/tmuxp/scratch.yaml @@ -0,0 +1,22 @@ +session_name: scratch +windows: + - window_name: scratch-1 + start_directory: ~/ + panes: + - + - window_name: scratch-2 + start_directory: ~/ + panes: + - + - window_name: scratch-3 + start_directory: ~/ + panes: + - + - window_name: scratch-4 + start_directory: ~/ + panes: + - + - window_name: scratch-5 + start_directory: ~/ + panes: + - diff --git a/tmuxp/.config/tmuxp/work.yaml b/tmuxp/.config/tmuxp/work.yaml index f88d745..c1c7221 100644 --- a/tmuxp/.config/tmuxp/work.yaml +++ b/tmuxp/.config/tmuxp/work.yaml @@ -21,7 +21,11 @@ windows: start_directory: ~/asymptotic/daily/pluot-core/skyliner-express/app/rs/gst panes: - - - window_name: asymptotic + - window_name: asymptotic-1 + start_directory: ~/asymptotic + panes: + - + - window_name: asymptotic-2 start_directory: ~/asymptotic panes: -