mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-02-04 21:15:46 +00:00
- 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.