X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fexecute.c;h=9ab20d7119c2aa9b276db33a842d55db26120596;hb=1b33ab6c0d9117a84325e1bc01489bde566cda64;hp=02de01549d9ccac0a88a91c58d4588c6ff78dc90;hpb=beb2895f5a39dd236f917c691160450355dba771;p=chaz%2Fopenbox 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); }