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

7 lines
89 B
C
Raw Normal View History

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