dwm-flexipatch/patch/shiftview.c

7 lines
82 B
C

void
shiftview(const Arg *arg)
{
Arg shifted = shift(arg, 0);
view(&shifted);
}