Sha256: c8a661fafa620f8a7ceaf712b24625071f7d5fef1da2b11a4f28c3e9ed9d1a66

Contents?: true

Size: 988 Bytes

Versions: 9

Compression:

Stored size: 988 Bytes

Contents

# Simple two windows layout
two-windows:
  windows:
    - name: "foo"
      root: "/foo"
      splits:
        - cmd: "echo 'foo'"
        - cmd: "echo 'foo again'"
          width: 50
    - name: "bar"
      root: "/bar"
      splits:
        - cmd:
          - "echo 'bar'"
          - "echo 'bar in an array'"
          target: bottom-right
        - cmd: "echo 'bar again'"
          width: 50

# Simple two windows layout with filters
two-windows-with-filters:
  windows:
    - name: "foo"
      root: "/foo"
      filters:
        before:
          - "echo first before filter"
          - "echo second before filter"
        after:
          - "echo first after filter"
          - "echo second after filter"
      splits:
        - cmd: "echo 'foo'"
        - cmd: "echo 'foo again'"
          width: 50

three-windows-within-a-session:
  session:
    name: "my awesome session"
    windows:
      - name: "first window"
      - name: "second window"
      - name: "third window"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
teamocil-0.3.7 spec/fixtures/layouts.yml
teamocil-0.3.6 spec/fixtures/layouts.yml
teamocil-0.3.5 spec/fixtures/layouts.yml
teamocil-0.3.4 spec/fixtures/layouts.yml
teamocil-0.3.3 spec/fixtures/layouts.yml
teamocil-0.3.2 spec/fixtures/layouts.yml
teamocil-0.3.1 spec/fixtures/layouts.yml
teamocil-0.2.2 spec/fixtures/layouts.yml
teamocil-0.2.1 spec/fixtures/layouts.yml