mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
sway: sleep before lith starts for keyring to be present
This commit is contained in:
parent
1bd12ce5b5
commit
84ff5eca82
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user