Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

feat: Add VerticalTileLayout #408

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 5, 2022

  1. feat: Add VerticalTileLayout

    A Vertical tiling layout which is tailored for portrait orientated
    monitors but might have use cases in landscape as well.
    
    The intended behavior is for the master area to take a fixed (but
    configurable via shortcut) percentage of the screen and for the
    remaining panes to split the remaining space. Multiple masters are
    supported and will share the master area equally.
    
    Two masters, followed by a stack of two panels:
      ---------
     |         |
     |   M1    |
     |         |
     | ------- |
     |         |
     |   M2    |
     |         |
      ---------
     |    1    |
      ---------
     |    2    |
      ---------
    defer committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    2679112 View commit details
    Browse the repository at this point in the history