dotfiles

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

commit acf829dc6d653b8a40604b2d44f38440dddaafc6
parent 2d91dba260ab734526b413fcc7db9dccb067ad9c
Author: dudley <pyratebeard@gmail.com>
Date:   Sun, 21 Aug 2016 18:45:57 +0100

new work layout

Diffstat:
Atmux/.tmuxinator/work.yml | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/tmux/.tmuxinator/work.yml b/tmux/.tmuxinator/work.yml @@ -0,0 +1,18 @@ +# ~/.tmuxinator/work.yml + +name: work +root: ~/ + +tmux_options: -2 + +windows: + - irc: + layout: 0abe,98x55,0,0[98x17,0,0,2,98x37,0,18,3] + panes: + - ncmpcpp + - mutt + - mail: + layout: 0ac7,98x55,0,0[98x17,0,0,4,98x37,0,18,5] + panes: + - ranger + - snownews +\ No newline at end of file