summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-09-08 14:41:37 +0200
committerDave Davenport <qball@gmpclient.org>2020-09-08 14:42:17 +0200
commit88ac249d36177026dc65bf8956edf7c8436b1004 (patch)
tree51a24ba1d57cb7bd53c46fe93ef6d9329333c679
parent34bb91976266cc0c935c169cfb254c69933aaa43 (diff)
[Window] Try to clarify help.
Issue: #1183
-rw-r--r--doc/rofi.12
-rw-r--r--doc/rofi.1.markdown2
-rw-r--r--source/xrmoptions.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/rofi.1 b/doc/rofi.1
index 268042d8..248a333f 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -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
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index e9444966..afe1fe78 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -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}"*
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index 30e20160..aff2ec9b 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -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,