Reload deck.yml automatically when it changes, without restarting the daemon.
What to do
- Poll the config mtime (or use a file watcher) inside the supervise loop.
- On change: re-parse + re-render, repaint, and handle parse errors gracefully (log and keep the previous config).
- Preserve the current layer if it still exists after reload.
Reference: deck.rb TODO header; load_config, render_layers, cmd_run.
Reload
deck.ymlautomatically when it changes, without restarting the daemon.What to do
Reference:
deck.rbTODO header;load_config,render_layers,cmd_run.