]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/execute.c
Allow windows created by execute actions to steal focus if the user isn't interacting...
[chaz/openbox] / openbox / actions / execute.c
index 380ffa008996936d4484d3d6bb15914cf861417c..df600fa08a7a66aa328f557c9660eaa500e5aa4f 100644 (file)
@@ -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);
 }
This page took 0.017133 seconds and 4 git commands to generate.