From 3840003c26c4d3183cb842787e9f381f7265ef0c Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:21 +0100 Subject: feat(units): seed user unit lists from managed drop-ins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- systemd-units/user/.ignore | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'systemd-units/user/.ignore') 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 -- cgit v1.3.1