]> Sergey Matveev's repositories - dotfiles.git/blobdiff - x/bin/start-im
Move variable
[dotfiles.git] / x / bin / start-im
index 3b883d82a1e5a4d722263988ccb8b1f831095424..fc2f81cf28f625e0c3ecf391d41ebf7a4ab7b8ec 100755 (executable)
@@ -1,15 +1,3 @@
-#!/bin/zsh
+#!/bin/sh
 
-. ~/bin/tmux-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 "~/work/matterircd/start.sh"
-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 ; envdir env /home/stargrave/work/mmc/cmd/start" 2>/dev/null &