Regenerated

This commit is contained in:
2026-04-11 16:57:38 +02:00
parent 79e283f0ef
commit 01f0e324d8
69 changed files with 419 additions and 362 deletions
+1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
active_ws=$(hyprctl activeworkspace -j | jq -r '.id')
clients=$(hyprctl clients -j | jq -r \
".[] | select(.workspace.id==$active_ws) | \"\(.address)|\(.title)\"")