From fbae9fcea3d01fade90caa2bfdbff2e03b4b4534 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sun, 2 Oct 2022 11:06:19 +0530 Subject: [PATCH] sway: Drop import-environment We will take care of this with systemd environment.d setup and dbus activation environment call in fish setup. --- sway/.config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 77cf628..dcbd9d4 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -271,4 +271,4 @@ for_window [app_id="gst-launch-1.0"] floating enable, resize set width 1920 px h assign [app_id="gst-launch-1.0"] 4 assign [title="gst-play-1.0"] 4 -exec_always "systemctl --user import-environment; systemctl --user start sway-session.target" +exec_always "systemctl --user start sway-session.target"