From 213971407f463bd2080dd6fd9fbafbcac9fcf591 Mon Sep 17 00:00:00 2001 From: histalek Date: Tue, 6 Sep 2022 08:58:12 +0200 Subject: [PATCH] sway: Update autoruns --- .config/sway/conf.d/autoruns | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/sway/conf.d/autoruns b/.config/sway/conf.d/autoruns index aa78753..611a474 100644 --- a/.config/sway/conf.d/autoruns +++ b/.config/sway/conf.d/autoruns @@ -7,9 +7,11 @@ exec_always /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 # Make sure the systemd user session gets all envs -exec_always "systemctl --user import-environment" +exec_always "systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK" +exec_always "dbus-update-activation-environment --all --systemd" -exec eval $(gnome-keyring-daemon --start) +# Not needed if started via Systemd +#exec eval $(gnome-keyring-daemon --start) # Autostart applets exec nm-applet --indicator