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/graphical.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 systemd-units/user/graphical.txt (limited to 'systemd-units/user/graphical.txt') diff --git a/systemd-units/user/graphical.txt b/systemd-units/user/graphical.txt new file mode 100644 index 0000000..93b9584 --- /dev/null +++ b/systemd-units/user/graphical.txt @@ -0,0 +1,8 @@ +# User units that compose the sway graphical session. +# All are WantedBy=sway-session.target so enabling them wires them into +# the session; sway itself starts sway-session.target on login. +cliphist-image.service +cliphist-text.service +display-watcher.service +swayidle.service +waybar.service -- cgit v1.3.1