aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sway/.config/systemd/user/sway-session.target
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-02-12 12:45:26 -0600
committerToby Vincent <tobyv@tobyvin.dev>2024-02-12 12:45:26 -0600
commit0efe08d7b844dc57caee595403fcb7c999040f82 (patch)
tree809f0c49711bb624a9ef10bc05ee74438afe4710 /sway/.config/systemd/user/sway-session.target
parentde62b9c5e8f8af64a16121c69d048e5ab03447a6 (diff)
fix(sway): improve systemd target dependencies
Diffstat (limited to 'sway/.config/systemd/user/sway-session.target')
-rw-r--r--sway/.config/systemd/user/sway-session.target5
1 files changed, 2 insertions, 3 deletions
diff --git a/sway/.config/systemd/user/sway-session.target b/sway/.config/systemd/user/sway-session.target
index 7093368..0c57b61 100644
--- a/sway/.config/systemd/user/sway-session.target
+++ b/sway/.config/systemd/user/sway-session.target
@@ -1,6 +1,5 @@
[Unit]
-Description=sway session
+Description=Current sway user session
Documentation=man:systemd.special(7)
BindsTo=wayland-session.target
-Wants=wayland-session-pre.target
-After=wayland-session-pre.target
+Before=wayland-session.target