all repos — openbox @ 823997f0011b0c948ebd9d3a3b155884a336ed2f

openbox fork - make it a bit more like ryudo

don't re-run the startup command on reconfigure
Dana Jansens danakj@orodu.net
commit

823997f0011b0c948ebd9d3a3b155884a336ed2f

parent

6624d06dd17490189764ca6c3a6c7eb8c5f55a5b

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M openbox/openbox.copenbox/openbox.c

@@ -355,11 +355,11 @@ client_reconfigure(c, FALSE);

} } - reconfigure = FALSE; - ob_set_state(OB_STATE_RUNNING); - if (startup_cmd) run_startup_cmd(); + if (!reconfigure && startup_cmd) run_startup_cmd(); + + reconfigure = FALSE; /* look for parsing errors */ {