From 7b53dae182b4ab09b94488503c0963d922ef9a66 Mon Sep 17 00:00:00 2001 From: venus Date: Wed, 11 Mar 2026 21:31:45 -0500 Subject: [PATCH] updated with compiler plugin --- scripts/compile.sh | 1 - 1 file changed, 1 deletion(-) 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')