Special | Description | |
$0 | Place the original string here. | |
$1 to $9 | Insert n:th capture here (as usual,captures are surrounded by parentheses in the regex). | |
$| | Alternative shortening separator. The shortening described before the first this kind of separator is tried first and if it fails to make the string short enough, the next is tried, and so on. | |
$< | Remove characters on the left of this marker to shorten the string. | |
$> | Remove characters on the right of this marker to shorten the string. Only the first $< or $> within an alternative shortening is used. |
Field | Description | |
type | Class name (a string) of the object to be created. Mandatory. | |
name | Name of the object to be created (a string). Optional. | |
switchto | Should the region be switched to (boolean)? Optional. | |
index | Index of the new region in mplex's list of managed objects (integer, 0 = first). Optional. | |
layer | Layer to attach on; 1 (default) or 2. |
horizmul/vertmul | effect | |
-1 | Move left/up | |
0 | No effect | |
1 | Move right/down |
Field | Description | |
switchto | Should the region be switched to (boolean)? Optional. | |
geom | Geometry; x and y, if set, indicates top-left of the frame to be created while width and height, if set, indicate the size of the client window within that frame. Optional. |
Key | Values | Description | |
name | string | Name of dock | |
hpos | left/center/right | Horizontal position | |
vpos | top/middle/bottom | Vertical position | |
grow | up/down/left/right | Growth direction where new dockapps are added) | |
is_auto | bool | Should dock automatically manage new dockapps? | |
is_mapped | bool | Is dock mapped? |