void trans(Client *c, const Arg *a) { char buffer[64]; snprintf(buffer, sizeof buffer, "transset-df -i %ld %f", c->win, a->f); system(buffer); }