Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add layout config #866

Merged
merged 6 commits into from
Nov 14, 2021
Merged

Add layout config #866

merged 6 commits into from
Nov 14, 2021

Commits on Nov 3, 2021

  1. Add layout config

    a-kenji committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    c2b7b3a View commit details
    Browse the repository at this point in the history
  2. Add stuff

    a-kenji committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    65a7725 View commit details
    Browse the repository at this point in the history
  3. Add config to layout

    a-kenji committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    f236259 View commit details
    Browse the repository at this point in the history
  4. Add config to layout

    a-kenji committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    4324b59 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Configuration menu
    Copy the full SHA
    1d0bacc View commit details
    Browse the repository at this point in the history
  2. Add: ability to change config to layouts

    * It is now possible to configure zellij through a layout:
    
      The config file and the layout file will be merged, on conflicting
      options the order is as follows:
      1. config options `zellij options`
      2. layout
      3. config
    
      Example:
    ```
    ---
    template:
      direction: Horizontal
      parts:
        - direction: Vertical
          body: true
        - direction: Vertical
          borderless: true
          split_size:
            Fixed: 1
          run:
            plugin:
              location: "zellij:tab-bar"
    default_shell: fish
    ```
    a-kenji committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    bc19aea View commit details
    Browse the repository at this point in the history