2011-10-08 15:50:17 +00:00
|
|
|
# Simple two windows layout
|
|
|
|
two-windows:
|
|
|
|
windows:
|
|
|
|
- name: "foo"
|
2011-10-23 23:47:05 +00:00
|
|
|
root: "/foo"
|
2011-10-08 15:50:17 +00:00
|
|
|
splits:
|
|
|
|
- cmd: "echo 'foo'"
|
|
|
|
- cmd: "echo 'foo again'"
|
|
|
|
width: 50
|
|
|
|
- name: "bar"
|
2011-10-23 23:47:05 +00:00
|
|
|
root: "/bar"
|
2011-10-08 15:50:17 +00:00
|
|
|
splits:
|
2011-10-23 23:47:05 +00:00
|
|
|
- cmd:
|
|
|
|
- "echo 'bar'"
|
|
|
|
- "echo 'bar in an array'"
|
2011-10-24 00:10:16 +00:00
|
|
|
target: bottom-right
|
2011-10-08 15:50:17 +00:00
|
|
|
- cmd: "echo 'bar again'"
|
|
|
|
width: 50
|
2011-10-23 21:43:48 +00:00
|
|
|
|
2011-10-23 23:47:05 +00:00
|
|
|
# Simple two windows layout with filters
|
|
|
|
two-windows-with-filters:
|
2011-10-23 21:43:48 +00:00
|
|
|
windows:
|
|
|
|
- name: "foo"
|
2011-10-23 23:47:05 +00:00
|
|
|
root: "/foo"
|
|
|
|
filters:
|
|
|
|
before:
|
|
|
|
- "echo first before filter"
|
|
|
|
- "echo second before filter"
|
|
|
|
after:
|
|
|
|
- "echo first after filter"
|
|
|
|
- "echo second after filter"
|
2011-10-23 21:43:48 +00:00
|
|
|
splits:
|
2011-10-23 23:47:05 +00:00
|
|
|
- cmd: "echo 'foo'"
|
|
|
|
- cmd: "echo 'foo again'"
|
|
|
|
width: 50
|
2011-10-24 00:42:48 +00:00
|
|
|
|
|
|
|
three-windows-within-a-session:
|
|
|
|
session:
|
|
|
|
name: "my awesome session"
|
|
|
|
windows:
|
|
|
|
- name: "first window"
|
|
|
|
- name: "second window"
|
|
|
|
- name: "third window"
|