dwm-flexipatch/patch/shiftboth.c

8 lines
98 B
C
Raw Normal View History

2022-07-04 11:34:41 +00:00
void
shiftboth(const Arg *arg)
{
2022-07-05 11:51:27 +00:00
Arg shifted = shift(arg, 0);
2022-07-04 11:34:41 +00:00
tag(&shifted);
view(&shifted);
}