A layout plugin for @seelen/window-manager that arranges windows in a vertical stacking pattern for vertical monitors.
- Install Seelen Window Manager.
- Place
wm-verticalscreen.ymlin Seelen's layout plugins directory (typically%APPDATA%\Seelen\layouts). - Reload or restart Seelen to register the layout.
Apply the layout via Seelen's layout switcher or set it as the default in the Seelen settings. The layout defines a vertical root split with a horizontal sub-split containing four leaf windows.
# wm-verticalscreen.yml
id: '@default/wm-verticalscreen'
plugin:
structure:
type: Vertical
children:
- type: Leaf
priority: 2
growFactor: 1.5
- type: Leaf
priority: 1
growFactor: 1.5
- type: Horizontal
priority: 3
children:
- type: Leaf
- type: Leaf
- type: Leaf
- type: Leaf
noFallbackBehavior: Float
