From 03121a67530846d16804b1ae8c1263df40d1eb88 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 11 Mar 2023 15:31:22 +0300 Subject: [PATCH] I use mmc now --- x/bin/start-im | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/x/bin/start-im b/x/bin/start-im index dcee38c..32051c5 100755 --- a/x/bin/start-im +++ b/x/bin/start-im @@ -1,15 +1,3 @@ -#!/bin/zsh +#!/bin/sh -. ~/.tmux/bin/common.sh - -tmux has-session -t im && exit -tmux new-session -d -s im -tmux rename-window -t im:1 "mattermost" -tmux split-window -t im:1 - -paste im:1.0 "~w/matterircd/start" -sleep 1 -paste im:1.1 "irssi" -tmux resize-pane -U -t im:1 15 - -CMD="tmux attach-session -t im" CMDTITLE="Terminal8" ~/bin/dwm-term & +st -t Terminal8 -e sh -c "cd /home/stargrave/secure/mmc ; /home/stargrave/work/mmc/cmd/start" & -- 2.44.0