blob: e5616f8ce34f8e6df8a630805ba9ec0e6a1ff6e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# -*- shell-script -*-
if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then
eval "$(dbus-launch --sh-syntax)"
fi
# Functional alernative to /etc/X11/xinit/xinitrc.d/50-systemd-user.sh, just skips first part
dbus-update-activation-environment DISPLAY XAUTHORITY
|