summary refs log tree commit diff
diff options
context:
space:
mode:
authorokan <okan>2016-10-05 13:35:17 +0000
committerokan <okan>2016-10-05 13:35:17 +0000
commitc131620d7bfe451c5366a1dcfd5a9a1d5689f5f1 (patch)
treee97fe2bbf29483c0357884419ff95ec18e988cfc
parentd40820d3f34f2787fa6397216112281b1eead3b7 (diff)
downloadcwm-c131620d7bfe451c5366a1dcfd5a9a1d5689f5f1.tar.gz
cwm-c131620d7bfe451c5366a1dcfd5a9a1d5689f5f1.tar.xz
cwm-c131620d7bfe451c5366a1dcfd5a9a1d5689f5f1.zip
Add CM-a for 'nogroup' (CM-0 stays for now); update manpage to reflect.
-rw-r--r--conf.c1
-rw-r--r--cwm.12
2 files changed, 2 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 9cf196a..3ee6467 100644
--- a/conf.c
+++ b/conf.c
@@ -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" },
diff --git a/cwm.1 b/cwm.1
index 447b646..71a2f4a 100644
--- a/cwm.1
+++ b/cwm.1
@@ -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.