Import the full environment again

This commit is contained in:
Benjamin Bädorf 2022-08-25 15:17:17 +02:00
parent b16299965c
commit dbee2f03e7
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -1,6 +1,6 @@
self: with self; ''
# first import environment variables from the login manager
systemctl --user import-environment $IMPORT_ENVIRONMENT_ENV_LIST DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP PATH;
systemctl --user import-environment;
# then start the service
exec systemctl --wait --user start sway.service
''