Files
dwm/patch/shiftboth.c
2023-09-18 23:34:29 +02:00

8 lines
98 B
C

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