sway: sleep before lith starts for keyring to be present

This commit is contained in:
Aminda Suomalainen 2023-09-29 09:07:59 +03:00
parent 1bd12ce5b5
commit 84ff5eca82
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 2 deletions

View File

@ -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