Files
dots/dwm/.dwm/patch/shiftboth.c
2023-02-25 17:24:22 +01:00

8 lines
98 B
C

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