3
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2026-02-04 16:05:37 +00:00
Files
Hyprland/start
Nikolai Nechaev ca99e8228c internal/start: More careful signal handling (#12573)
- Take out signal set up into a subroutine;

- Use `sigaction` instead of `signal` for consistent behavior across UNIX platforms;

- Enable a warning when a signal handler set up fails;

- Don't do anything to SIGKILL, since it cannot be handled.
2025-12-07 17:53:24 +00:00
..