dwm/patch/shiftboth.c

8 lines
98 B
C
Raw Normal View History

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