#include #include #include #include #include #include #include #include #include "nlohmann/json.hpp" using namespace std; using json = nlohmann::json; int main(int argc, char* argv[]) { ios::sync_with_stdio(false); cin.tie(nullptr); entries = exec("hyprctl clients -j | gojq -c -M"); }