]> Sergey Matveev's repositories - dotfiles.git/blobdiff - x/bin/start-im
I use mmc now
[dotfiles.git] / x / bin / start-im
index dcee38ca8bf29eb6dcbd07f03c77a9557f34425c..32051c503ab3a5fe601ec11fe14395ff992fc426 100755 (executable)
@@ -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" &