mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
7a237e519c
* feat(niri): support `include optional=true "filename.kdl"` * chore: warn if optional include ENOENT * chore: validate include directive arguments and properties Add proper validation to reject: - Extra arguments beyond the path - Unknown properties (other than "optional") - Unexpected child nodes * docs: implement suggested typographical/prose changes * fixes --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>