diff options
| author | 2026-05-13 13:43:21 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:21 +0100 | |
| commit | 3840003c26c4d3183cb842787e9f381f7265ef0c (patch) | |
| tree | eea8eb4d58c623b6c4e1e510c0d7311f1f4a6cb0 /systemd-units/user/.ignore | |
| parent | 32be4dc72b09caa91430a18d15b35622f166898e (diff) | |
| download | dotfiles-3840003c26c4d3183cb842787e9f381f7265ef0c.tar.gz dotfiles-3840003c26c4d3183cb842787e9f381f7265ef0c.tar.bz2 dotfiles-3840003c26c4d3183cb842787e9f381f7265ef0c.zip | |
feat(units): seed user unit lists from managed drop-ins
Curate the user units whose definitions or overrides we manage under
dot_config/systemd/user/:
- graphical.txt: cliphist-{image,text}, display-watcher, swayidle,
waybar — all WantedBy=sway-session.target.
- mail.txt: protonmail-bridge.service — managed via a drop-in override.
Also extend user/.ignore with the socket-activated pipewire/wireplumber
stack and a handful of distro defaults so 'just unit-status' stays
quiet on a clean system.
Diffstat (limited to 'systemd-units/user/.ignore')
| -rw-r--r-- | systemd-units/user/.ignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/systemd-units/user/.ignore b/systemd-units/user/.ignore index 1a7e6d9..9f95ce0 100644 --- a/systemd-units/user/.ignore +++ b/systemd-units/user/.ignore @@ -2,3 +2,12 @@ # Typically defaults pulled in by graphical-session / xdg-desktop-portal that # are neither worth curating nor worth disabling. One unit per line, # comments OK. +# Socket-activated audio stack (pipewire + wireplumber), pulled in by the +# session; enabled state is set by the distro package, not by us. +pipewire.socket +pipewire-pulse.socket +wireplumber.service + +# Misc default user services we neither enable nor disable. +p11-kit-server.socket +xdg-user-dirs.service |
