1 2 3 4 5 6 7
void shiftboth(const Arg *arg) { Arg shifted = shift(arg, 0); tag(&shifted); view(&shifted); }