This commit is contained in:
2020-08-13 13:44:10 -06:00
parent b32b0ae12f
commit eb0dd56886
+5 -3
View File
@@ -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"