summaryrefslogtreecommitdiff
path: root/xorg
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-20 17:35:06 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-20 17:35:06 -0400
commitf2f1f2472c5efc541bd53f51289ad58a86fa2d41 (patch)
tree42807ddc64ab0672744c716d9f952e5673762b9d /xorg
parent3eed542bbc10978aa0b68a39dd3619edf7a7d90b (diff)
./tools/notsd-move
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