summaryrefslogtreecommitdiff
path: root/build-scripts/aur/50-systemd-user.conf
diff options
context:
space:
mode:
Diffstat (limited to 'build-scripts/aur/50-systemd-user.conf')
-rw-r--r--build-scripts/aur/50-systemd-user.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/build-scripts/aur/50-systemd-user.conf b/build-scripts/aur/50-systemd-user.conf
new file mode 100644
index 00000000..d75ccdb2
--- /dev/null
+++ b/build-scripts/aur/50-systemd-user.conf
@@ -0,0 +1,7 @@
+# sway does not set DISPLAY/WAYLAND_DISPLAY in the systemd user environment
+# See FS#63021
+# Adapted from xorg's 50-systemd-user.sh, which achieves a similar goal.
+
+exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP
+exec hash dbus-update-activation-environment 2>/dev/null && \
+ dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP