commit 0b0a3365182d4f56d1156d5f4f5b89a32b7977dc parent 579e647df7c1ce9da4867b6d68c81c4a8a7cb700 Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Tue, 8 Mar 2016 15:22:52 -0800 update utility tmux session Diffstat:
M | .tmuxinator/utility.yml | | | 21 | ++++++++++++++++----- |
1 file changed, 16 insertions(+), 5 deletions(-)
diff --git a/.tmuxinator/utility.yml b/.tmuxinator/utility.yml @@ -2,7 +2,7 @@ name: utility root: ~/ -pre: mpd +pre: bash ~/bin/export_x_info.sh && mpd # Optional tmux socket # socket_name: foo @@ -20,12 +20,23 @@ pre: mpd # tmux_command: byobu windows: - - utility: - layout: main-vertical + - m&m: + layout: even-vertical panes: - mutt - - ~/bin/irc.sh - - zsh + - ncmpcpp + - sphere: + layout: even-vertical + panes: + - cd ~/code/sphere/ && watch -n 10 nvidia-smi + - cd ~/code/sphere/python && ipython -i -c "import sphere" + - cd ~/code/sphere/python + - dotfiles: + layout: even-vertical + panes: + - cd ~/code/dotfiles + - cd ~/code/dotfiles + # - sys: # layout: main-vertical # panes: