summaryrefslogtreecommitdiffhomepage
path: root/patch/shifttag.c
blob: 0f9dceab2071bea248122b2347873a63b80efb0c (plain)
1
2
3
4
5
6
7
/* Sends a window to the next/prev tag */
void
shifttag(const Arg *arg)
{
	Arg shifted = shift(arg, 0);
	tag(&shifted);
}