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. | |
passive | Is a layer 2 object passive/skipped when deciding object to gives focus to (boolean)? Optional. |
pos | The corner of the screen to place the status display in. One of tl, tr, bl or br. |
action | If this field is set to keep, corner and orientation are changed for the existing status display. If this field is set to remove, the existing status display is removed. If this field is not set or is set to replace, a new status display is created and the old, if any, removed. |
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 | |
pos | string in {t,m,b}ื{t,c,b} | Dock position. Can only be used in floating mode. | |
grow | up/down/left/right | Growth direction where new dockapps are added. Also sets orientation for dock when working as WMPlex status display (see WMPlex.set_stdisp). | |
is_auto | bool | Should dock automatically manage new dockapps? |