restart the window manager on a SIGHUP

This commit is contained in:
Dana Jansens 2002-07-10 22:29:57 +00:00
parent 9e99a9a1e2
commit cac80d06ef

View file

@ -972,6 +972,9 @@ void Blackbox::process_event(XEvent *e) {
bool Blackbox::handleSignal(int sig) {
switch (sig) {
case SIGHUP:
restart();
break;
case SIGUSR1:
reconfigure();
break;