Add group-last command that shows only the previously active group; ok okan

This commit is contained in:
op
2022-01-27 18:45:10 +00:00
parent 81a08ddb89
commit 7c22b36a23
6 changed files with 17 additions and 0 deletions

1
conf.c
View File

@@ -139,6 +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-last, group_last, 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) },