mirror of
https://github.com/javalsai/lidm.git
synced 2026-02-27 03:50:44 +01:00
feat: support Xorg & better auth logic (#80)
Co-authored-by: grialion <48643945+grialion@users.noreply.github.com>
This commit is contained in:
8
include/signal_handler.h
Normal file
8
include/signal_handler.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef SIGNALHANDLERH_
|
||||
#define SIGNALHANDLERH_
|
||||
|
||||
// handle SIGTERM by sending SIGTERM to all children, resulting
|
||||
// in a graceful graphical shutdown
|
||||
void setup_sigterm();
|
||||
|
||||
#endif /* SIGNALHANDLERH_ */
|
||||
Reference in New Issue
Block a user