From e54645fa1175b11e4018386f03eac2739771dc16 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Wed, 3 Mar 2021 13:11:36 +0530 Subject: [PATCH] sway: Load environment variables using systemd's user service environment --- sway/.config/sway/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 42e3e3b..bfc5914 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -284,3 +284,5 @@ for_window [title="Firefox — Sharing Indicator"] no_focus # Call kanshi to automatically configure connected display outputs exec kanshi +# Load environment variables +exec "systemctl --user import-environment"