suckless-utils/dwm-flexipatch/patch/shiftboth.c

8 lines
98 B
C
Raw Normal View History

2023-09-14 16:27:51 +02:00
void
shiftboth(const Arg *arg)
{
Arg shifted = shift(arg, 0);
tag(&shifted);
view(&shifted);
}