From 370139e565363e2929a3b98dbf43a8bca338114c Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:26 +0100 Subject: feat(sway): autostart Signal via user systemd unit Sway does not honour XDG $HOME/.config/autostart/, so the in-app 'start at login' toggle is a no-op. Use a user unit wired into sway-session.target with --start-in-tray, matching the existing waybar/swayidle/cliphist/etc. pattern. --- systemd-units/user/graphical.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'systemd-units') diff --git a/systemd-units/user/graphical.txt b/systemd-units/user/graphical.txt index 93b9584..af6cf4f 100644 --- a/systemd-units/user/graphical.txt +++ b/systemd-units/user/graphical.txt @@ -4,5 +4,6 @@ cliphist-image.service cliphist-text.service display-watcher.service +signal.service swayidle.service waybar.service -- cgit v1.3.1