From cdd3175b5bccb0e7d96691755370381171203407 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 20 May 2026 14:08:54 +0200 Subject: [PATCH] So we don't need to pass empty args --- bin/omarchy-shell | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/omarchy-shell b/bin/omarchy-shell index 580f4783..5b71cc30 100755 --- a/bin/omarchy-shell +++ b/bin/omarchy-shell @@ -32,6 +32,10 @@ fi SHELL_QML="$OMARCHY_PATH/shell/shell.qml" +if [[ $1 == "shell" && ( $2 == "summon" || $2 == "toggle" ) && $# -eq 3 ]]; then + set -- "$1" "$2" "$3" "{}" +fi + perl -MCwd=abs_path -MEncode=encode,decode -MSocket -MIO::Handle \ -e ' binmode STDOUT, ":encoding(UTF-8)";