summaryrefslogtreecommitdiffhomepage
path: root/patch/shifttagclients.c
blob: f672395b665ded2076be89e456a31b062290aae4 (plain)
1
2
3
4
5
6
7
/* Sends a window to the next/prev tag that has a client, else it moves it to the next/prev one. */
void
shifttagclients(const Arg *arg)
{
	Arg shifted = shift(arg, 1);
	tag(&shifted);
}