diff --git a/.config/sway/config.d/autostart_applications b/.config/sway/config.d/autostart_applications index e7db756..a1c24f8 100644 --- a/.config/sway/config.d/autostart_applications +++ b/.config/sway/config.d/autostart_applications @@ -7,5 +7,10 @@ exec mako # Network Applet exec nm-applet --indicator +# GTK3 applications take a long time to start +exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK +exec hash dbus-update-activation-environment 2>/dev/null && \ + dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK + # Sway Fader # exec python3 ~/.config/sway/scripts/swayfader.py