mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 18:01:37 -05:00
parent
a5acc9a24e
commit
09ad6cfd50
2 changed files with 11 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
||||||
.\" Title: bspwm
|
.\" Title: bspwm
|
||||||
.\" Author: [see the "Author" section]
|
.\" Author: [see the "Author" section]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
||||||
.\" Date: 01/14/2018
|
.\" Date: 02/04/2018
|
||||||
.\" Manual: Bspwm Manual
|
.\" Manual: Bspwm Manual
|
||||||
.\" Source: Bspwm 0.9.3-42-g0ba0ca3
|
.\" Source: Bspwm 0.9.3-47-ga5acc9a
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "BSPWM" "1" "01/14/2018" "Bspwm 0\&.9\&.3\-42\-g0ba0ca3" "Bspwm Manual"
|
.TH "BSPWM" "1" "02/04/2018" "Bspwm 0\&.9\&.3\-47\-ga5acc9a" "Bspwm Manual"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * Define some portability stuff
|
.\" * Define some portability stuff
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
@ -536,6 +536,9 @@ Has its urgency hint set\&. This flag is set externally\&.
|
||||||
There\(cqs three stacking layers: BELOW, NORMAL and ABOVE\&.
|
There\(cqs three stacking layers: BELOW, NORMAL and ABOVE\&.
|
||||||
.sp
|
.sp
|
||||||
In each layer, the window are orderered as follow: tiled & pseudo\-tiled < fullscreen < floating\&.
|
In each layer, the window are orderered as follow: tiled & pseudo\-tiled < fullscreen < floating\&.
|
||||||
|
.SH "RECEPTACLES"
|
||||||
|
.sp
|
||||||
|
A leaf node that doesn\(cqt hold any window is called a receptacle\&. When a node is inserted on a receptacle in automatic mode, it will replace the receptacle\&. A receptacle can be inserted on a node and preselected\&. Receptacles can therefore be used to build a tree whose leaves are receptacles\&. Using the appropriate rules, one can then send windows on the leaves of this tree\&. This feature is used in \fIexamples/receptacles\fR to store and recreate layouts\&.
|
||||||
.SH "DOMAINS"
|
.SH "DOMAINS"
|
||||||
.SS "Node"
|
.SS "Node"
|
||||||
.sp
|
.sp
|
||||||
|
|
|
@ -336,6 +336,11 @@ There's three stacking layers: BELOW, NORMAL and ABOVE.
|
||||||
|
|
||||||
In each layer, the window are orderered as follow: tiled & pseudo-tiled < fullscreen < floating.
|
In each layer, the window are orderered as follow: tiled & pseudo-tiled < fullscreen < floating.
|
||||||
|
|
||||||
|
Receptacles
|
||||||
|
-----------
|
||||||
|
|
||||||
|
A leaf node that doesn't hold any window is called a receptacle. When a node is inserted on a receptacle in automatic mode, it will replace the receptacle. A receptacle can be inserted on a node and preselected. Receptacles can therefore be used to build a tree whose leaves are receptacles. Using the appropriate rules, one can then send windows on the leaves of this tree. This feature is used in 'examples/receptacles' to store and recreate layouts.
|
||||||
|
|
||||||
|
|
||||||
Domains
|
Domains
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Add table
Reference in a new issue