[Window] Try to clarify help.

Issue: #1183
This commit is contained in:
Dave Davenport 2020-09-08 14:41:37 +02:00
parent 34bb919762
commit 88ac249d36
3 changed files with 3 additions and 3 deletions

View File

@ -927,7 +927,7 @@ default: {w} {c} {t}
\fB\fC\-window\-command\fR \fIcmd\fP
.PP
Set command to execute on selected window for a custom action.
Set command to execute on selected window for a alt action (\fB\fC\-kb\-accept\-alt\fR).
See \fIPATTERN\fP\&.
.PP

View File

@ -547,7 +547,7 @@ default: {w} {c} {t}
`-window-command` *cmd*
Set command to execute on selected window for a custom action.
Set command to execute on selected window for a alt action (`-kb-accept-alt`).
See *PATTERN*.
Default: *"wmctrl -i -R {window}"*

View File

@ -127,7 +127,7 @@ static XrmOption xrmOptions[] = {
{ xrm_String, "run-shell-command", { .str = &config.run_shell_command }, NULL,
"Run command to execute that runs in shell", CONFIG_DEFAULT },
{ xrm_String, "window-command", { .str = &config.window_command }, NULL,
"Command executed on accep-entry-custom for window modus", CONFIG_DEFAULT },
"Command to executed when -kb-accept-alt binding is hit on selected window ", CONFIG_DEFAULT },
{ xrm_String, "window-match-fields", { .str = &config.window_match_fields }, NULL,
"Window fields to match in window mode", CONFIG_DEFAULT },
{ xrm_String, "icon-theme", { .str = &config.icon_theme }, NULL,