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

Implementation of SlabsLayout - A simple stacked layout for vertical monitors #416

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

Conversation

jxddk
Copy link

@jxddk jxddk commented Aug 21, 2022

Summary

This pull request implements a new layout called "SlabsLayout". "Slabs" stacks up to 3 windows bottom-to-top (ideal for vertically-rotated monitors). It shares the available space equally between windows; if there are more than 2 windows, the master window will be given 50% more than the others.

Breaking Changes

None!

UI Changes

Adds icon:

And setting:

Test Plan

  1. Build and Reload
  2. Enable and activate Slabs Layout
  3. Ensure that the outcome is as expected.

Related Issues

Closes #397

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE]: Vertical Layout for portrait setup
1 participant