unknown
This commit is contained in:
+5
-3
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
##################################
|
##################################
|
||||||
# tmux start script for cmus #
|
# tmux start script for email #
|
||||||
# author eric at ewpt3ch dot com #
|
# author eric at ewpt3ch dot com #
|
||||||
##################################
|
##################################
|
||||||
|
|
||||||
@@ -23,6 +23,8 @@ fi
|
|||||||
# not in a session already named cmus
|
# not in a session already named cmus
|
||||||
# so lets create it and not attach, let it be in the backgound
|
# 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 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user