diff --git a/tmemail.sh b/tmemail.sh index 1109bb1..3e4d5b3 100755 --- a/tmemail.sh +++ b/tmemail.sh @@ -1,6 +1,6 @@ #!/bin/bash ################################## -# tmux start script for cmus # +# tmux start script for email # # author eric at ewpt3ch dot com # ################################## @@ -23,6 +23,8 @@ fi # not in a session already named cmus # so lets create it and not attach, let it be in the backgound -tmux new-session -d -s "${session}" -n "email" +tmux new-session -d -s "${session}" -n "mutt" +tmux new-window -a -n "bridge" -t "${session}" tmux split-window -v -p 20 -t "${session}" -tmux send-keys -t "${session}:1.1" "protonmail-bridge --cli" C-m +tmux send-keys -t "${session}:2.1" "protonmail-bridge --cli" C-m +tmux send-keys -t "${session}:1" "mutt"