blob: 5588185c50382ae3e4f376ffb5293ec73da4a489 [file] [log] [blame] [raw]
#!/bin/sh
systemctl --user import-environment DISPLAY XAUTHORITY
if command -v dbus-update-activation-environment >/dev/null 2>&1; then
dbus-update-activation-environment DISPLAY XAUTHORITY
fi