summaryrefslogtreecommitdiff
path: root/openbox/actions/execute.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-01-21 22:27:03 -0500
committerDana Jansens <danakj@orodu.net>2008-01-21 22:27:03 -0500
commit1b33ab6c0d9117a84325e1bc01489bde566cda64 (patch)
tree045cf54efeb80a6a0a16b31e23836aae4593609e /openbox/actions/execute.c
parentbeb2895f5a39dd236f917c691160450355dba771 (diff)
use the <wmclass> for startup notfication in the execute action. when present don't use the check against the binary.
Diffstat (limited to 'openbox/actions/execute.c')
-rw-r--r--openbox/actions/execute.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/actions/execute.c b/openbox/actions/execute.c
index 02de0154..9ab20d71 100644
--- a/openbox/actions/execute.c
+++ b/openbox/actions/execute.c
@@ -104,6 +104,7 @@ static gboolean run_func(ObActionsData *data, gpointer options)
program = g_path_get_basename(argv[0]);
/* sets up the environment */
sn_setup_spawn_environment(program, o->sn_name, o->sn_icon,
+ o->sn_wmclass,
/* launch it on the current desktop */
screen_desktop);
}