From 01d729661642bea344f38b99ae16e526c5efe054 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 17 Feb 2026 12:07:47 +0100 Subject: [PATCH] We no longer need early exit since default is not to edit Closes #4569 --- bin/omarchy-cmd-screenshot | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/omarchy-cmd-screenshot b/bin/omarchy-cmd-screenshot index d07d4a15..c0a1de52 100755 --- a/bin/omarchy-cmd-screenshot +++ b/bin/omarchy-cmd-screenshot @@ -32,7 +32,6 @@ open_editor() { if [[ "$SCREENSHOT_EDITOR" == "satty" ]]; then satty --filename "$filepath" \ --output-filename "$filepath" \ - --early-exit \ --actions-on-enter save-to-clipboard \ --save-after-copy \ --copy-command 'wl-copy'