From 5b39e641d2defc33ec8a9ce440bb935bd97eb081 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 16 Dec 2024 11:58:30 +0530 Subject: [PATCH] tmuxp: Use short window names --- tmuxp/.config/tmuxp/audio-dev.yaml | 4 ++-- tmuxp/.config/tmuxp/gstreamer.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tmuxp/.config/tmuxp/audio-dev.yaml b/tmuxp/.config/tmuxp/audio-dev.yaml index 9c895ab..ba07d7f 100644 --- a/tmuxp/.config/tmuxp/audio-dev.yaml +++ b/tmuxp/.config/tmuxp/audio-dev.yaml @@ -4,7 +4,7 @@ windows: start_directory: ~/GitSources/pipewire panes: - - - window_name: pipewire-build + - window_name: pipewire start_directory: ~/GitSources/pipewire panes: - @@ -21,7 +21,7 @@ windows: start_directory: ~/GitSources/pulseaudio panes: - - - window_name: pulseaudio-build + - window_name: pa-build start_directory: ~/GitSources/pulseaudio panes: - shell_command: diff --git a/tmuxp/.config/tmuxp/gstreamer.yaml b/tmuxp/.config/tmuxp/gstreamer.yaml index 37a16d8..aae22a4 100644 --- a/tmuxp/.config/tmuxp/gstreamer.yaml +++ b/tmuxp/.config/tmuxp/gstreamer.yaml @@ -5,7 +5,7 @@ windows: panes: - shell_command: - nvim - - window_name: gstreamer-build + - window_name: gstreamer start_directory: ~/GitSources/gstreamer panes: - @@ -14,7 +14,7 @@ windows: start_directory: ~/GitSources/gst-plugins-rs panes: - - - window_name: rs-plugins-build + - window_name: rs-plugins start_directory: ~/GitSources/gst-plugins-rs panes: - @@ -22,7 +22,7 @@ windows: start_directory: ~/GitSources/gstreamer-rs panes: - - - window_name: gstreamer-rs-build + - window_name: gstreamer-rs start_directory: ~/GitSources/gstreamer-rs panes: -