commit bb303452512eca9ca69dd8236f44c5c5956cadbc
parent 46a75190faba99356735cf24042cb6dbff36fc8f
Author: dudley <pyratebeard@gmail.com>
Date:   Sun, 14 Aug 2016 16:19:45 +0100
changed window names and added new config
Diffstat:
5 files changed, 92 insertions(+), 71 deletions(-)
diff --git a/tmux/.tmuxinator/decker-1.yml b/tmux/.tmuxinator/decker-1.yml
@@ -0,0 +1,38 @@
+# ~/.tmuxinator/decker.yml
+
+name: decker-1
+root: ~/
+
+tmux_options: -2
+
+# Optional. tmux socket
+# socket_name: foo
+
+# Runs before everything. Use it to start daemons etc.
+# pre: sudo /etc/rc.d/mysqld start
+
+# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
+# pre_window: rbenv shell 2.0.0-p247
+
+# Pass command line options to tmux. Useful for specifying a different tmux.conf.
+# tmux_options: -f ~/.tmux.mac.conf
+
+# Change the command to call tmux.  This can be used by derivatives/wrappers like byobu.
+# tmux_command: byobu
+
+# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
+# startup_window: logs
+
+windows:
+  - master:
+      layout: 271b,197x60,0,0{105x60,0,0,0,91x60,106,0[91x20,106,0,8,91x39,106,21,10]}
+      panes:
+        - 
+        - ncmpcpp
+        - irssi
+  - net:
+      layout: 271b,197x60,0,0{105x60,0,0,0,91x60,106,0[91x20,106,0,8,91x39,106,21,10]}
+      panes:
+        - 
+        - mutt
+        - snownews
+\ No newline at end of file
diff --git a/tmux/.tmuxinator/decker-2.yml b/tmux/.tmuxinator/decker-2.yml
@@ -0,0 +1,33 @@
+# ~/.tmuxinator/decker-2.yml
+
+name: decker-2
+root: ~/
+
+# Optional. tmux socket
+# socket_name: foo
+
+# Runs before everything. Use it to start daemons etc.
+# pre: sudo /etc/rc.d/mysqld start
+
+# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
+# pre_window: rbenv shell 2.0.0-p247
+
+# Pass command line options to tmux. Useful for specifying a different tmux.conf.
+# tmux_options: -f ~/.tmux.mac.conf
+
+# Change the command to call tmux.  This can be used by derivatives/wrappers like byobu.
+# tmux_command: byobu
+
+# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
+# startup_window: logs
+
+windows:
+  - master:
+      layout: ece1,99x58,0,0[99x39,0,0,0,99x18,0,40,2]]
+      panes:
+        -
+        - ranger
+  - mutt:
+    - mutt
+  - news:
+    - snownews
+\ No newline at end of file
diff --git a/tmux/.tmuxinator/decker-3.yml b/tmux/.tmuxinator/decker-3.yml
@@ -0,0 +1,18 @@
+# ~/.tmuxinator/decker-3.yml
+
+name: decker-3
+root: ~/
+
+tmux_options: -2
+
+windows:
+  - irc:
+      layout: 0abe,98x55,0,0[98x17,0,0,2,98x37,0,18,3]
+      panes:
+        - ncmpcpp
+        - irssi
+  - mail:
+      layout: 0ac7,98x55,0,0[98x17,0,0,4,98x37,0,18,5]
+      panes:
+        - mutt
+        - snownews
+\ No newline at end of file
diff --git a/tmux/.tmuxinator/decker.yml b/tmux/.tmuxinator/decker.yml
@@ -1,33 +0,0 @@
-# ~/.tmuxinator/decker.yml
-
-name: decker
-root: ~/
-
-# Optional. tmux socket
-# socket_name: foo
-
-# Runs before everything. Use it to start daemons etc.
-# pre: sudo /etc/rc.d/mysqld start
-
-# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
-# pre_window: rbenv shell 2.0.0-p247
-
-# Pass command line options to tmux. Useful for specifying a different tmux.conf.
-# tmux_options: -f ~/.tmux.mac.conf
-
-# Change the command to call tmux.  This can be used by derivatives/wrappers like byobu.
-# tmux_command: byobu
-
-# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
-# startup_window: logs
-
-windows:
-  - master:
-      layout: ece1,99x58,0,0[99x39,0,0,0,99x18,0,40,2]]
-      panes:
-        -
-        - ranger
-  - mutt:
-    - mutt
-  - news:
-    - snownews
-\ No newline at end of file
diff --git a/tmux/.tmuxinator/one_terminal.yml b/tmux/.tmuxinator/one_terminal.yml
@@ -1,36 +0,0 @@
-# ~/.tmuxinator/decker.yml
-
-name: one_terminal
-root: ~/
-
-# Optional. tmux socket
-# socket_name: foo
-
-# Runs before everything. Use it to start daemons etc.
-# pre: sudo /etc/rc.d/mysqld start
-
-# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
-# pre_window: rbenv shell 2.0.0-p247
-
-# Pass command line options to tmux. Useful for specifying a different tmux.conf.
-# tmux_options: -f ~/.tmux.mac.conf
-
-# Change the command to call tmux.  This can be used by derivatives/wrappers like byobu.
-# tmux_command: byobu
-
-# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
-# startup_window: logs
-
-windows:
-  - master:
-      layout: 271b,197x60,0,0{105x60,0,0,0,91x60,106,0[91x20,106,0,8,91x39,106,21,10]}
-      panes:
-        - zsh
-        - ncmpcpp
-        - ranger
-  - net:
-      layout: 271b,197x60,0,0{105x60,0,0,0,91x60,106,0[91x20,106,0,8,91x39,106,21,10]}
-      panes:
-        - irssi
-        - mutt
-        - snownews
-\ No newline at end of file