diff options
| -rw-r--r-- | meta/base.txt | 9 | ||||
| -rw-r--r-- | systemd-units/user.txt | 1 |
2 files changed, 6 insertions, 4 deletions
diff --git a/meta/base.txt b/meta/base.txt index a1f848e..6a4a7f8 100644 --- a/meta/base.txt +++ b/meta/base.txt @@ -174,10 +174,11 @@ swayidle inhibridge # org.freedesktop.secrets D-Bus implementation backed by pass. Required -# by Signal Desktop (flatpak) and other libsecret consumers; D-Bus -# activated, no service to enable. Stores secrets under -# ~/.password-store/secret-service/. -pass-secret-service +# by Signal Desktop (flatpak) and other libsecret consumers. Ships both +# a D-Bus activation file and a systemd user unit; we enable the unit +# explicitly so it's visible in `systemctl --user status`. Stores +# secrets under ~/.password-store/secret-service/. +pass-secret-service-bin # Clipboard wl-clipboard diff --git a/systemd-units/user.txt b/systemd-units/user.txt index 1aa9014..bc16c0e 100644 --- a/systemd-units/user.txt +++ b/systemd-units/user.txt @@ -7,6 +7,7 @@ cliphist-image.service cliphist-text.service display-watcher.service inhibridge.service +pass-secret-service.service signal.service swayidle.service waybar.service |
