summaryrefslogtreecommitdiffhomepage
path: root/patch/shiftswaptags.c
blob: abf604725dae467f5eaffa8026e9e7f6f5c8eac8 (plain)
1
2
3
4
5
6
7
/* swaps "tags" (all the clients) with the next/prev tag. */
void
shiftswaptags(const Arg *arg)
{
	Arg shifted = shift(arg, 0);
	swaptags(&shifted);
}