cosmic-comp/src/dbus
Anthony T. Lannutti 821b431973 feat: separate logind feature from systemd
Move logind-zbus to a dedicated 'logind' feature that is independent
of the 'systemd' feature. This allows non-systemd users (e.g., OpenRC
with elogind) to access lid switch inhibition and lid status detection
without requiring the full systemd stack.

The 'systemd' feature now depends on 'logind' to maintain backward
compatibility, so existing users are unaffected.

Feature configuration:
- default: ["systemd"]
- logind: ["logind-zbus"]
- systemd: ["libsystemd", "logind", "tracing-journald"]

Resolves #2473

Coding-Agent: OpenCode
Model: claude-sonnet-4-5
2026-06-16 14:41:51 -06:00
..
a11y_keyboard_monitor.rs dbus: Refactor to share DBus connections 2026-06-08 19:03:50 +02:00
logind.rs dbus: Refactor to share DBus connections 2026-06-08 19:03:50 +02:00
mod.rs feat: separate logind feature from systemd 2026-06-16 14:41:51 -06:00
name_owners.rs dbus: Use calloop async executor 2026-06-08 19:03:50 +02:00
power.rs dbus: Refactor to share DBus connections 2026-06-08 19:03:50 +02:00