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

7 lines
98 B
C
Executable file

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