mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19: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.
|
# Mattermost, I fear it's Electron.
|
||||||
#exec --no-startup-id flatpak run com.mattermost.Desktop
|
#exec --no-startup-id flatpak run com.mattermost.Desktop
|
||||||
|
|
||||||
# Lith, WeeChat Relay client
|
# Lith, WeeChat Relay client. Sleeping so keyring has time to start first,
|
||||||
exec --no-startup-id flatpak run app.lith.Lith
|
# 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