mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
as done with cycle/rcycle, make prev/next group switching one kbfuncs
and use a flag; adjusted to match and rename to {r,}cycle. "ok, since i came up with the same thing" oga@
This commit is contained in:
10
kbfunc.c
10
kbfunc.c
@ -412,15 +412,9 @@ kbfunc_client_group(struct client_ctx *cc, void *arg)
|
||||
}
|
||||
|
||||
void
|
||||
kbfunc_client_nextgroup(struct client_ctx *cc, void *arg)
|
||||
kbfunc_client_cyclegroup(struct client_ctx *cc, void *arg)
|
||||
{
|
||||
group_slide(1);
|
||||
}
|
||||
|
||||
void
|
||||
kbfunc_client_prevgroup(struct client_ctx *cc, void *arg)
|
||||
{
|
||||
group_slide(0);
|
||||
group_cycle((int)arg);
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user