Reference
Debug logging
lxwm includes configurable runtime logging and spawn command logging.
Current behavior
- Set log level with
log_level off|error|info|debug. - Set output file with
log_path /tmp/lxwm.log. - Spawn command output is appended to the configured log path.
Planned improvements
- More structured event logging for focus and workspace transitions.
- Optional log rotation policy documentation.
- Expanded diagnostics for rule matching and monitor assignment.