summaryrefslogtreecommitdiffstats
path: root/config
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 /config
parent3bd41b9a419fcf01250d614d1e05c8a79576dcd8 (diff)
window: Make custom action run a command on the window
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'config')
-rw-r--r--config/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.c b/config/config.c
index d33a8303..a36097c5 100644
--- a/config/config.c
+++ b/config/config.c
@@ -66,6 +66,8 @@ Settings config = {
.run_list_command = "",
/** Command executed when running application in terminal */
.run_shell_command = "{terminal} -e {cmd}",
+ /** Command executed on accep-entry-custom for window modus */
+ .window_command = "xkill -id {window}",
/**
* Location of the window.
* Enumeration indicating location or gravity of window.