From 7f3f488e80442dd141049cea23755d2a9364c581 Mon Sep 17 00:00:00 2001 From: RJDan <43909727+RJDan@users.noreply.github.com> Date: Thu, 20 Jan 2022 13:56:06 -0600 Subject: [PATCH] Updated Setting Environmental Variables (markdown) --- Setting-Environmental-Variables.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Setting-Environmental-Variables.md b/Setting-Environmental-Variables.md index 64ff6fb..c9d7504 100644 --- a/Setting-Environmental-Variables.md +++ b/Setting-Environmental-Variables.md @@ -27,7 +27,8 @@ If you launch sway from my login shell, your ~/.zprofile or ~/.profile should wo You can set variables using the environment.d. Environment variables set there will be read by the --user systemd, and since everything is started in its hierarchy variables will properly propagate. This will not work with some login managers. -For more info: ```man environment.d``` +For more info: ```man environment.d``` + [Example with sddm as login manager][webref2]