diff --git a/bin/omarchy-capture-region-pick b/bin/omarchy-capture-region similarity index 100% rename from bin/omarchy-capture-region-pick rename to bin/omarchy-capture-region diff --git a/bin/omarchy-capture-screenrecording b/bin/omarchy-capture-screenrecording index 92ea4c3a..24ac4add 100755 --- a/bin/omarchy-capture-screenrecording +++ b/bin/omarchy-capture-screenrecording @@ -108,7 +108,7 @@ default_resolution() { # user cancelled the picker. select_capture_target() { local target - target=$(omarchy-capture-region-pick smart --match-monitor) || return 1 + target=$(omarchy-capture-region smart --match-monitor) || return 1 if [[ $target == monitor:* ]]; then echo "$target" diff --git a/bin/omarchy-capture-screenshot b/bin/omarchy-capture-screenshot index be133a3d..c59e3884 100755 --- a/bin/omarchy-capture-screenshot +++ b/bin/omarchy-capture-screenshot @@ -45,7 +45,7 @@ cleanup_freeze() { } trap cleanup_freeze EXIT -{ read -r FREEZE_PID; read -r SELECTION; } < <(omarchy-capture-region-pick "$MODE" --keep-freeze) +{ read -r FREEZE_PID; read -r SELECTION; } < <(omarchy-capture-region "$MODE" --keep-freeze) [[ -z $SELECTION ]] && exit 0