]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
launch things on the desktop where you ran it.
[chaz/openbox] / openbox / action.c
index e89502f09b568573b4395e053e6bad415ac7148b..4fd86d302197dec171acf148c82ce05d2e2792be 100644 (file)
@@ -1109,6 +1109,9 @@ void action_execute(union ActionData *data)
                 env = sn_get_spawn_environment(program,
                                                data->execute.name,
                                                data->execute.icon_name,
+                                               /* launch it on the current
+                                                  desktop */
+                                               screen_desktop,
                                                data->execute.any.time);
                 if (!g_spawn_async(NULL, argv, env, G_SPAWN_SEARCH_PATH |
                                    G_SPAWN_DO_NOT_REAP_CHILD,
This page took 0.02053 seconds and 4 git commands to generate.