mirror of
https://github.com/javalsai/lidm.git
synced 2026-02-27 12:00:44 +01:00
fix: handle SIGTERM for graceful graphical shutdown
Sending SIGTERM to X.org is necessary to avoid graphical lock-up.
This commit is contained in:
3
include/signal_handler.h
Normal file
3
include/signal_handler.h
Normal file
@@ -0,0 +1,3 @@
|
||||
// handle SIGTERM by sending SIGTERM to all children, resulting
|
||||
// in a graceful graphical shutdown
|
||||
void setup_sigterm();
|
||||
Reference in New Issue
Block a user