6 Commits

Author SHA1 Message Date
Maksim Totmin
fb40347c68 docs: rewrite README for multi-backend (Hyprland + Sway) 2026-06-22 21:41:46 +07:00
Maksim Totmin
b24da07b6e feat: add Sway backend 2026-06-22 21:36:21 +07:00
Maksim Totmin
cc1137608c refactor: move backend options into backend_config section
- Add BackendConfig map[string]any to Config struct
- Deprecate top-level output_path (backward compatible via EffectiveBackendConfig())
- NewHyprland now accepts opts map[string]any instead of raw outputPath
- Factory signature unified to func(*slog.Logger, map[string]any) for all backends
- Update README with backend_config docs and fix Sway skeleton signature
- Update example.yaml to show backend_config instead of output_path
2026-06-22 20:49:02 +07:00
Maksim Totmin
15691c0918 feat: add optional output_path, change default to monitors.conf 2026-06-22 20:37:07 +07:00
Maksim Totmin
2a49aa98ed rename cmd/neodock -> cmd/monitor-lets-go 2026-06-22 16:34:35 +07:00
Maksim Totmin
a4b80616bb Initial commit: monitor-lets-go — automatic monitor layout daemon 2026-06-22 16:22:47 +07:00