# mirada-ctl — control del compositor mirada por línea de comandos (estilo swaymsg/hyprctl: dispara # acciones de escritorio). Del monorepo tawasuyu. Etapa G: poblar el catálogo con apps propias. # # Receta Cargo (patrón arje-zero/dominium-cli): source = monorepo tawasuyu a commit fijado 9a17fefc # (Cargo.lock committeado => build --locked reproducible), `-p mirada-ctl`, estático zig-cc. bin==package. # Es el CLIENTE de control (IPC), no el compositor GPU ⇒ static-musl sano. Comparte el commit => reusa # el árbol fuente fetcheado. name = "mirada-ctl" version = "0.0.1" [source] repo = "gitea@git.tawasuyu.net:tawasuyu/tawasuyu.git" commit = "9a17fefcbf63ba74f45cfabc4e608e391e397b17" [build] compiler = "zig-cc" target = "x86_64-linux-musl" link = "static" flags = ["-p", "mirada-ctl"]