dwm/patch/shiftviewclients.c

7 lines
89 B
C
Raw Permalink Normal View History

2020-05-05 19:54:02 +02:00
void
shiftviewclients(const Arg *arg)
{
2022-07-05 13:51:27 +02:00
Arg shifted = shift(arg, 1);
2020-05-05 19:54:02 +02:00
view(&shifted);
}