dotfiles-mirror/dwm/patch/shiftboth.c

8 lines
98 B
C
Raw Normal View History

2026-02-05 03:05:24 +03:30
void
shiftboth(const Arg *arg)
{
Arg shifted = shift(arg, 0);
tag(&shifted);
view(&shifted);
}