From 3210c981a43a7c175eeda596680ab9d603ce3091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BC=D1=98=D0=B0=D0=BD=20=D0=93=D0=B5=D0=BE?= =?UTF-8?q?=D1=80=D0=B3=D0=B8=D0=B5=D0=B2=D1=81=D0=BA=D0=B8?= Date: Tue, 5 Feb 2019 23:38:27 +0100 Subject: [PATCH] Updated Systemd integration (markdown) --- Systemd-integration.md | 1 + 1 file changed, 1 insertion(+) 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 ```