mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 04:29:29 +01:00
sway/autostart-utilities.conf: add artificial sleep for NextCloud
This commit is contained in:
parent
8d62543147
commit
0bf0a49597
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user