summaryrefslogtreecommitdiff
path: root/xorg
diff options
context:
space:
mode:
Diffstat (limited to 'xorg')
-rwxr-xr-xxorg/50-systemd-user.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/xorg/50-systemd-user.sh b/xorg/50-systemd-user.sh
deleted file mode 100755
index 4d49767228..0000000000
--- a/xorg/50-systemd-user.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-systemctl --user import-environment DISPLAY XAUTHORITY
-
-if which dbus-update-activation-environment >/dev/null 2>&1; then
- dbus-update-activation-environment DISPLAY XAUTHORITY
-fi