summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2016-05-12 11:31:06 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2016-05-12 11:31:12 +0200
commitdb4f08748741813e03aa83177be9825f6d068c00 (patch)
tree97d12f8f130799e00be74465a2379c01b426de73 /source/xrmoptions.c
parent3bd41b9a419fcf01250d614d1e05c8a79576dcd8 (diff)
window: Make custom action run a command on the window
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index d9d82b14..66a1494a 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -116,6 +116,8 @@ static XrmOption xrmOptions[] = {
"Command to get extra run targets" },
{ xrm_String, "run-shell-command", { .str = &config.run_shell_command }, NULL,
"Run command to execute that runs in shell" },
+ { xrm_String, "window-command", { .str = &config.window_command }, NULL,
+ "Command executed on accep-entry-custom for window modus" },
{ xrm_Boolean, "disable-history", { .num = &config.disable_history }, NULL,
"Disable history in run/ssh" },