diff --git a/Systemd-integration.md b/Systemd-integration.md index 17f3c8b..339d7a0 100644 --- a/Systemd-integration.md +++ b/Systemd-integration.md @@ -17,6 +17,7 @@ After=graphical-session-pre.target The next two lines should go to /etc/sway/config.d/10-systemd which is included in the default config or just pasted at the end of the users config itself. The idea is to import the sway environment variables into the systemd --user manager, and then start the `sway-session` user target: ``` +# /etc/sway/config.d/10-systemd exec systemctl --user import-environment exec systemctl --user start sway-session.target ```