mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
sway/autostart-pwa: add --no-startup-window to avoid extraneous new window
This commit is contained in:
parent
5dbc461687
commit
674bde15be
@ -4,7 +4,7 @@
|
||||
# brave itself so it's already running when the PWAs start and may avoid
|
||||
# another race condition (the sleep is for VPN/DNS in addition to secrets
|
||||
# store).
|
||||
exec --no-startup-id sleep 30 && /usr/local/bin/brave --profile-directory=Default
|
||||
exec --no-startup-id sleep 30 && /usr/local/bin/brave --profile-directory=Default --no-startup-window
|
||||
|
||||
# teams.microsoft.com/v2 TODO: comment this once I am released from it
|
||||
exec --no-startup-id sleep 45 && /usr/local/bin/brave --profile-directory=Default --app-id=nfecgfopkdiicnnmccikafaofaoffegm --app-run-on-os-login-mode=windowed
|
||||
|
Loading…
Reference in New Issue
Block a user