Files
dot/dwm/patch/shifttag.c
T
2026-07-12 08:16:17 +03:30

8 lines
122 B
C
Executable File

/* Sends a window to the next/prev tag */
void
shifttag(const Arg *arg)
{
Arg shifted = shift(arg, 0);
tag(&shifted);
}