From eb0dd568861d7e581638edb08d039bf090e102b6 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Thu, 13 Aug 2020 13:44:10 -0600 Subject: [PATCH] unknown --- tmemail.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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"