X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Factions%2Fexecute.c;h=df600fa08a7a66aa328f557c9660eaa500e5aa4f;hp=380ffa008996936d4484d3d6bb15914cf861417c;hb=af01da31502b20300222213e693457320e4158e4;hpb=6eb740cf119b14903afa3028e108dd98c57ff926 diff --git a/openbox/actions/execute.c b/openbox/actions/execute.c index 380ffa00..df600fa0 100644 --- a/openbox/actions/execute.c +++ b/openbox/actions/execute.c @@ -33,6 +33,7 @@ void action_execute_startup(void) { actions_register("Execute", setup_func, free_func, run_func); actions_set_shutdown("Execute", shutdown_func); + actions_set_modifies_focused_window("Execute", FALSE); client_add_destroy_notify(client_dest, NULL); }