From 7c767dcb9a62edbc59f2dd9c760c1ed4a03256bb Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Wed, 17 Nov 2021 10:56:25 +0530 Subject: [PATCH] kitty: session: Place pipewire tabs at start --- kitty/.config/kitty/session.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/kitty/.config/kitty/session.conf b/kitty/.config/kitty/session.conf index d913f1c..b85377e 100644 --- a/kitty/.config/kitty/session.conf +++ b/kitty/.config/kitty/session.conf @@ -1,3 +1,11 @@ +new_tab pipewire +cd ~/GitSources/pipewire +launch fish + +new_tab pipewire-debug +cd ~/GitSources/pipewire +launch fish + new_tab gstreamer cd ~/GitSources/gstreamer launch fish @@ -10,14 +18,6 @@ new_tab gstreamer-rs cd ~/GitSources/gst-plugins-rs launch fish -new_tab pipewire -cd ~/GitSources/pipewire -launch fish - -new_tab pipewire-debug -cd ~/GitSources/pipewire -launch fish - new_tab asymptotic cd ~/asymptotic launch fish