mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
parent
34bb919762
commit
88ac249d36
3 changed files with 3 additions and 3 deletions
|
@ -927,7 +927,7 @@ default: {w} {c} {t}
|
||||||
\fB\fC\-window\-command\fR \fIcmd\fP
|
\fB\fC\-window\-command\fR \fIcmd\fP
|
||||||
|
|
||||||
.PP
|
.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\&.
|
See \fIPATTERN\fP\&.
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
|
|
|
@ -547,7 +547,7 @@ default: {w} {c} {t}
|
||||||
|
|
||||||
`-window-command` *cmd*
|
`-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*.
|
See *PATTERN*.
|
||||||
|
|
||||||
Default: *"wmctrl -i -R {window}"*
|
Default: *"wmctrl -i -R {window}"*
|
||||||
|
|
|
@ -127,7 +127,7 @@ static XrmOption xrmOptions[] = {
|
||||||
{ xrm_String, "run-shell-command", { .str = &config.run_shell_command }, NULL,
|
{ xrm_String, "run-shell-command", { .str = &config.run_shell_command }, NULL,
|
||||||
"Run command to execute that runs in shell", CONFIG_DEFAULT },
|
"Run command to execute that runs in shell", CONFIG_DEFAULT },
|
||||||
{ xrm_String, "window-command", { .str = &config.window_command }, NULL,
|
{ 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,
|
{ xrm_String, "window-match-fields", { .str = &config.window_match_fields }, NULL,
|
||||||
"Window fields to match in window mode", CONFIG_DEFAULT },
|
"Window fields to match in window mode", CONFIG_DEFAULT },
|
||||||
{ xrm_String, "icon-theme", { .str = &config.icon_theme }, NULL,
|
{ xrm_String, "icon-theme", { .str = &config.icon_theme }, NULL,
|
||||||
|
|
Loading…
Reference in a new issue