dotfiles-mirror/dwm/patch/shiftview.c
2026-02-17 22:49:02 +03:30

6 lines
82 B
C
Executable file

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