add logger for config errors and <core><errorCommand> to display it.

This commit is contained in:
elviosak 2026-05-14 06:21:21 -03:00
parent 477b3b1ddb
commit 4efb63f7da
10 changed files with 233 additions and 11 deletions

View file

@ -87,6 +87,7 @@ struct rcxml {
bool xwayland_persistence;
bool primary_selection;
char *prompt_command;
char *error_command;
/* placement */
enum lab_placement_policy placement_policy;