summarylogtreecommitdiffstats
path: root/10-systemd.conf
diff options
context:
space:
mode:
Diffstat (limited to '10-systemd.conf')
-rw-r--r--10-systemd.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/10-systemd.conf b/10-systemd.conf
new file mode 100644
index 000000000000..af7484bba3ef
--- /dev/null
+++ b/10-systemd.conf
@@ -0,0 +1,10 @@
+#!/bin/sh
+#
+# FS#63021
+#
+
+systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XCURSOR_SIZE
+
+if command -v dbus-update-activation-environment >/dev/null 2>&1; then
+ dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XCURSOR_SIZE
+fi