Guest User

Untitled

a guest
May 26th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. #!/bin/sh
  2. tmux -2 new-session -d -s zdock_main
  3. tmux new-window -t zdock_main:1 -n 'term' 'bash'
  4. tmux new-window -t zdock_main:2 -n 'weechat' 'weechat-curses'
  5. tmux select-layout tiled -t zdock_main:3 -n 'DL'
  6. tmux new-window -t zdock_main:4 -n 'pyload' 'PyLoadCore && PyLoadCli'
  7. tmux new-window -t zdock_main:4 -n 'FM' 'ranger'
  8. tmux new-window -t zdock_main:4 -n 'term2' '#!/bin/bash '
  9.  
  10.  
  11. tmux select-window -t zdock_main:2
  12. tmux -2 attach-session -t zdock_main
Add Comment
Please, Sign In to add comment