all repos — openbox @ c1e6991224400f5e4e65eb2f617efceefef36155

openbox fork - make it a bit more like ryudo

restart will work soon
Dana Jansens danakj@orodu.net
commit

c1e6991224400f5e4e65eb2f617efceefef36155

parent

6321d28652409be598ece0f4889d25018b267ee6

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

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

@@ -172,7 +172,12 @@ dispatch_shutdown();

XCloseDisplay(ob_display); - /* XXX if (ob_restart) */ + if (ob_restart) { + if (ob_restart_path != NULL) { + /* run other shit */ + } + /* re-run me */ + } return 0; }