From 577e4fd887369e99043a00c4ed0a6afc0afa3af5 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 24 Nov 2021 20:56:49 +0100 Subject: sway: Add systemd user target .config/systemd/user/sway-session.target: Add sway-session.target to which other user services may be bound. --- .config/systemd/user/sway-session.target | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/systemd/user/sway-session.target (limited to '.config/systemd') diff --git a/.config/systemd/user/sway-session.target b/.config/systemd/user/sway-session.target new file mode 100644 index 0000000..30151b3 --- /dev/null +++ b/.config/systemd/user/sway-session.target @@ -0,0 +1,6 @@ +[Unit] +Description=sway compositor session +Documentation=man:systemd.special(7) +BindsTo=graphical-session.target +Wants=graphical-session-pre.target +After=graphical-session-pre.target -- cgit v1.2.3-54-g00ecf