dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

main.yaml (473B)


      1 session_name: main
      2 start_directory: "~"
      3 windows:
      4   - window_name: irc
      5     layout: main-horizontal
      6     options:
      7       main-pane-height: 50%
      8     panes:
      9       - shell_command:
     10           - irc
     11         focus: true
     12       - shell_command:
     13           - ahoy
     14           - todo
     15       - shell_command:
     16           - mail_sync
     17           - mutt
     18   - window_name: vim
     19     panes:
     20       - shell_command:
     21           - tmux set-hook -g after-new-window 'command-prompt -I "" "rename-window '%%'"'