make HUP reconfigure as in blackbox. make USR1 restart instead
This commit is contained in:
parent
256bcbed81
commit
5862475ff2
1 changed files with 2 additions and 2 deletions
|
@ -971,11 +971,11 @@ void Blackbox::process_event(XEvent *e) {
|
|||
bool Blackbox::handleSignal(int sig) {
|
||||
switch (sig) {
|
||||
case SIGHUP:
|
||||
restart();
|
||||
reconfigure();
|
||||
break;
|
||||
|
||||
case SIGUSR1:
|
||||
reconfigure();
|
||||
restart();
|
||||
break;
|
||||
|
||||
case SIGUSR2:
|
||||
|
|
Loading…
Reference in a new issue