all repos — openbox @ a5df374fbd412bb8540448bc4a437492b505d39a

openbox fork - make it a bit more like ryudo

lameass comment from the past
Dana Jansens danakj@orodu.net
commit

a5df374fbd412bb8540448bc4a437492b505d39a

parent

cef2672ec88e60855e16229c2c95fdbcc9c59c2f

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M src/openbox.ccsrc/openbox.cc

@@ -59,8 +59,6 @@ void Openbox::signalHandler(int signal)

{ switch (signal) { case SIGHUP: - // XXX: Do something with HUP? Really shouldn't, we get this when X shuts - // down and hangs-up on us. we also get a SIGPIPE. printf("Caught HUP signal. Restarting.\n"); instance->restart(); break;