You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In BSPWM, monitors represent physical displays or screen areas. Each monitor can have one or more desktops.
Desktops (Workspaces):
Desktops are virtual workspaces within each monitor.
Desktops are numbered from 0, 1, 2, and so on, within each monitor.
Containers Nodes:
Container nodes are used to group leaf nodes and create splits in the window layout. These splits can be horizontal or vertical.
Containers can be nested to create complex layouts.
Leaf Nodes:
Leaves represent individual windows. They can be moved, resized, and manipulated within the layout.
They are the lowest level in the tree structure and cannot have child nodes.
Example
On Monitor 1, Desktop 1 contains a vertical split container with a terminal at the top and a vertical split container at the bottom. The horizontal split container contains Firefox and VSCode.
On Monitor 1, Desktop 2 contains a single container with Chrome.
On Monitor 2, Desktop 1 contains a single container with a terminal.