From e898ae327fcc1e9b69b8fbcc0a47271910025100 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 21 Jul 2025 16:09:08 -0400 Subject: [PATCH] Use dropbox-cli so it doesn't quit when the terminal does --- bin/omarchy-setup-dropbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-setup-dropbox b/bin/omarchy-setup-dropbox index 1bd7f7a..7237d3f 100755 --- a/bin/omarchy-setup-dropbox +++ b/bin/omarchy-setup-dropbox @@ -9,7 +9,7 @@ setsid chromium --new-window --ozone-platform=wayland --app="https://www.dropbox if gum confirm "Have you logged into your account yet?"; then echo "Starting Dropbox and asking for identification..." - uwsm app -- dropbox start -i &>/dev/null & + uwsm app -- dropbox-cli start &>/dev/null & else echo "Can't setup Dropbox before you're logged in" fi