use the <wmclass> for startup notfication in the execute action. when present don...
[mikachu/openbox.git] / openbox / actions / execute.c
index 02de015..9ab20d7 100644 (file)
@@ -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);
         }