Add CM-a for 'nogroup' (CM-0 stays for now); update manpage to reflect.

This commit is contained in:
okan 2016-10-05 13:35:17 +00:00
parent d40820d3f3
commit c131620d7b
2 changed files with 2 additions and 1 deletions

1
conf.c
View File

@ -192,6 +192,7 @@ static const struct {
{ "MS-Tab", "rcycle" },
{ "CM-n", "label" },
{ "CM-x", "delete" },
{ "CM-a", "nogroup" },
{ "CM-0", "nogroup" },
{ "CM-1", "group1" },
{ "CM-2", "group2" },

2
cwm.1
View File

@ -97,7 +97,7 @@ Reverse cycle through currently visible windows.
Delete current window.
.It Ic CM-[n]
Select group n, where n is 1-9.
.It Ic CM-0
.It Ic CM-a
Select all groups.
.It Ic CM-g
Toggle group membership of current window.