Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Image

verticalscreen

GitHub License GitHub Top Language

A layout plugin for @seelen/window-manager that arranges windows in a vertical stacking pattern for vertical monitors.

Installation

  1. Install Seelen Window Manager.
  2. Place wm-verticalscreen.yml in Seelen's layout plugins directory (typically %APPDATA%\Seelen\layouts).
  3. Reload or restart Seelen to register the layout.

Usage

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

Preview

screenshot

About

layout plugin for @seelen/window-manager that arranges windows for vertical monitors

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors