Merge branch 'main' into feature/tests

This commit is contained in:
teutat3s 2022-08-25 17:09:37 +02:00
commit 8c3bd94ba2
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

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
''