dotfiles/.config/suckless/dwm/patch/shiftviewclients.c

7 lines
89 B
C
Raw Normal View History

2024-04-23 07:34:15 +05:00
void
shiftviewclients(const Arg *arg)
{
Arg shifted = shift(arg, 1);
view(&shifted);
}