dotfiles/.config/suckless/dwm/patch/shiftboth.c
2024-04-23 07:46:41 +05:00

8 lines
98 B
C

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