diff --git a/scripts/compile.sh b/scripts/compile.sh index dd51279..1a8032b 100755 --- a/scripts/compile.sh +++ b/scripts/compile.sh @@ -3,7 +3,6 @@ # Define your targets TARGET_CLASS="kitty" TARGET_TAG="compiler" -COMMAND_TO_SEND="!-2" WINDOW_ADDR=$(hyprctl clients -j | jq -r '.[] | select(.tags[]? == "compiler" and .class == "kitty") | .address')