summarylogtreecommitdiffstats
path: root/50-systemd-user.conf
blob: 72e5dcd98b028af3dfaef53c3d3141d5b464c12a (plain)
1
2
3
4
5
6
7
# sway does not set DISPLAY/WAYLAND_DISPLAY in the systemd user environment
# See FS#63021
# Adapted from xorg's 50-systemd-user.sh, which achieves a similar goal.

exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
exec hash dbus-update-activation-environment 2>/dev/null && \
     dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK