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. |
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? |
Parameter | Description | |
prompt | The prompt | |
prog | Program name or a function that returns it when called. |
Parameter | Description | |
prompt | The prompt | |
dflt | Default value to call prog with | |
prog | Program name or a function that returns it when called. | |
completor | A completor function. |
Parameter | Description | |
prompt | The prompt. | |
initfn | A function that returns initial input when called. | |
handler | The function to be called with the mplex/frame/screen and user input as parameters when the query is finished. | |
completor | A completor function. |
Parameter | Description | |
prompt | The prompt. | |
initfn | A function that returns initial input when called. | |
handler | The function to be called with the user input as parameter when the query is finished. | |
completor | A completor function. |
query_man_path = { "/usr/local/man","/usr/man", "/usr/share/man", "/usr/X11R6/man", }