diff --git a/home/bin/tmu b/home/bin/tmu index 18b94079..04a299ec 100755 --- a/home/bin/tmu +++ b/home/bin/tmu @@ -6,6 +6,7 @@ YAY = "yay" GENERAL = "general" DOTFILES = "dotfiles" LG = "lillegroup" +CH = "cheyenne" def main() options = {} @@ -66,6 +67,10 @@ def init() sendCommand(LG, 1, 1, "clear; echo ""; figlet -d $HOME/.local/share/figlet -f \"ANSI Shadow\" -c -W 'ehr.dev' | lolcat") selectPane(LG, 1, 0) selectWindow(LG, 0) + + newSession(CH) + renameWindow(CH, 0, "cheyenne") + sendCommand(CH, 0, 0, "clear; echo ""; cd $WORKSPACE_DIR/../Workspace_CH; figlet -d $HOME/.local/share/figlet -f \"ANSI Shadow\" -c -W 'CHEYENNE' | lolcat") end def killTmux()