diff --git a/conf/sway/config.d/autostart-communication.conf b/conf/sway/config.d/autostart-communication.conf index 74e34a13..f66c67c4 100644 --- a/conf/sway/config.d/autostart-communication.conf +++ b/conf/sway/config.d/autostart-communication.conf @@ -27,5 +27,6 @@ exec --no-startup-id flatpak run im.dino.Dino --gapplication-service # Mattermost, I fear it's Electron. #exec --no-startup-id flatpak run com.mattermost.Desktop -# Lith, WeeChat Relay client -exec --no-startup-id flatpak run app.lith.Lith +# Lith, WeeChat Relay client. Sleeping so keyring has time to start first, +# otherwise the NextCloud issue of starting too early on SSD happens +exec --no-startup-id sleep 15 && flatpak run app.lith.Lith