tmux: reduce default root windows from 5 to 3
This commit is contained in:
parent
e5efe0f323
commit
186973d2df
1 changed files with 4 additions and 7 deletions
|
@ -9,14 +9,11 @@ tmux new-session -d -s Main
|
|||
# first window is already there
|
||||
tmux send-keys -l "${NICE_ROOT_CMD}" $'\n'
|
||||
|
||||
# three more
|
||||
for i in {1..3}
|
||||
do
|
||||
tmux new-window
|
||||
tmux send-keys -l "${NICE_ROOT_CMD}" $'\n'
|
||||
done
|
||||
# second nice window
|
||||
tmux new-window
|
||||
tmux send-keys -l "${NICE_ROOT_CMD}" $'\n'
|
||||
|
||||
# one angry window
|
||||
# and one angry window
|
||||
tmux new-window
|
||||
tmux send-keys -l "${ANGRY_ROOT_CMD}" $'\n'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue