updated with compiler plugin

This commit is contained in:
venus
2026-03-11 21:31:45 -05:00
parent 3c5532be51
commit 7b53dae182

View File

@@ -3,7 +3,6 @@
# Define your targets # Define your targets
TARGET_CLASS="kitty" TARGET_CLASS="kitty"
TARGET_TAG="compiler" TARGET_TAG="compiler"
COMMAND_TO_SEND="!-2"
WINDOW_ADDR=$(hyprctl clients -j | jq -r '.[] | select(.tags[]? == "compiler" and .class == "kitty") | .address') WINDOW_ADDR=$(hyprctl clients -j | jq -r '.[] | select(.tags[]? == "compiler" and .class == "kitty") | .address')