You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.5 KiB

  1. # /home/joshfabean/.config/tmuxinator/daily.yml
  2. name: daily
  3. root: ~/
  4. # Optional tmux socket
  5. # socket_name: foo
  6. # Note that the pre and post options have been deprecated and will be replaced by
  7. # project hooks.
  8. # Project hooks
  9. # Runs on project start, always
  10. # on_project_start: command
  11. # Run on project start, the first time
  12. # on_project_first_start: command
  13. # Run on project start, after the first time
  14. # on_project_restart: command
  15. # Run on project exit ( detaching from tmux session )
  16. # on_project_exit: command
  17. # Run on project stop
  18. # on_project_stop: command
  19. # Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
  20. # pre_window: rbenv shell 2.0.0-p247
  21. # Pass command line options to tmux. Useful for specifying a different tmux.conf.
  22. # tmux_options: -f ~/.tmux.mac.conf
  23. # Change the command to call tmux. This can be used by derivatives/wrappers like byobu.
  24. # tmux_command: byobu
  25. # Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
  26. # startup_window: editor
  27. # Specifies (by index) which pane of the specified window will be selected on project startup. If not set, the first pane is used.
  28. # startup_pane: 1
  29. # Controls whether the tmux session should be attached to automatically. Defaults to true.
  30. # attach: false
  31. windows:
  32. - Main:
  33. layout: main-vertical
  34. panes:
  35. - ls
  36. - ls
  37. - Email + Music:
  38. layout: main-vertical
  39. panes:
  40. - aerc
  41. - Servers:
  42. - Console: