aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sway/.config/systemd
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-03-03 12:27:16 -0600
committerToby Vincent <tobyv@tobyvin.dev>2024-03-03 12:28:03 -0600
commit141f7da7b6ffd5052846330538a319315ec17a74 (patch)
tree6b301a61fff95ec9e67d319e052509a03281b434 /sway/.config/systemd
parent93357c45976e3c3edb10173f53162e788cd96126 (diff)
fix(sway): drop-in to bind sway-session.target...
to wayland-session.target
Diffstat (limited to 'sway/.config/systemd')
-rw-r--r--sway/.config/systemd/user/sway-session.target.d/wayland-session.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/.config/systemd/user/sway-session.target.d/wayland-session.conf b/sway/.config/systemd/user/sway-session.target.d/wayland-session.conf
new file mode 100644
index 0000000..c5092a9
--- /dev/null
+++ b/sway/.config/systemd/user/sway-session.target.d/wayland-session.conf
@@ -0,0 +1,3 @@
+[Unit]
+BindsTo=wayland-session.target
+Before=wayland-session.target