sway/autostart-utilities.conf: add artificial sleep for NextCloud

This commit is contained in:
Aminda Suomalainen 2022-06-04 13:15:48 +03:00
parent 8d62543147
commit 0bf0a49597
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ exec --no-startup-id insync start
# NextCloud client
#exec --no-startup-id nextcloud --background
exec --no-startup-id flatpak run com.nextcloud.desktopclient.nextcloud --background
# Artificial sleep here seems necessary workaround to avoid https://github.com/flathub/com.nextcloud.desktopclient.nextcloud/issues/76
exec --no-startup-id sleep 15 && flatpak run com.nextcloud.desktopclient.nextcloud --background
# Bluetooth tray
exec --no-startup-id blueman-applet