shuffle deck chairs: rename group actions to match intent for clarity

This commit is contained in:
okan
2019-03-07 12:54:21 +00:00
parent 9efa6c8c85
commit b26202724a
4 changed files with 33 additions and 33 deletions

2
conf.c
View File

@@ -139,7 +139,7 @@ static const struct {
{ FUNC_SC(group-cycle, group_cycle, (CWM_CYCLE_FORWARD)) },
{ FUNC_SC(group-rcycle, group_cycle, (CWM_CYCLE_REVERSE)) },
{ FUNC_SC(group-toggle-all, group_alltoggle, 0) },
{ FUNC_SC(group-toggle-all, group_toggle_all, 0) },
{ FUNC_SC(group-toggle-1, group_toggle, 1) },
{ FUNC_SC(group-toggle-2, group_toggle, 2) },
{ FUNC_SC(group-toggle-3, group_toggle, 3) },