about summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authoroga <oga>2008-03-22 15:09:45 +0000
committeroga <oga>2008-03-22 15:09:45 +0000
commit36c1aac90f7253ba173ebedf1ed76fb743c8f828 (patch)
tree8df4568b3453bab4b10fcd0f96d3d9bea2320650 /conf.c
parentcd46788d85428b539975d8923549bc282eb1b68d (diff)
downloadcwm-36c1aac90f7253ba173ebedf1ed76fb743c8f828.tar.gz
cwm-36c1aac90f7253ba173ebedf1ed76fb743c8f828.tar.xz
cwm-36c1aac90f7253ba173ebedf1ed76fb743c8f828.zip
Rip out, burn, and dance around the grave of group-edit mode.
I've yet to speak to anyone who uses it, so just kill it.

You can still add/remove from groups using the mouse binding.  Groups
may get a re-work sometime soon if i have a stroke of genius.

knocks about 4k off the i386 binary for me.

ok okan@, todd@.
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/conf.c b/conf.c
index f6bd5df..5371cec 100644
--- a/conf.c
+++ b/conf.c
@@ -54,8 +54,6 @@ struct winmatch_q ignoreq;
 	TAILQ_INSERT_TAIL(queue, wm, entry);		\
 } while (0)
 
-/* #define SYSTR_PRE "systrace -C -g /usr/local/bin/notification -d /usr/home/marius/policy/X11 " */
-
 /* Initializes the command menu */
 
 void
@@ -207,7 +205,6 @@ conf_setup(struct conf *c)
 	conf_bindname(c, "MS-Tab", "rcycle");
 	conf_bindname(c, "CM-n", "label");
 	conf_bindname(c, "CM-x", "delete");
-	conf_bindname(c, "CM-Escape", "groupselect");
 	conf_bindname(c, "CM-0", "nogroup");
 	conf_bindname(c, "CM-1", "group1");
 	conf_bindname(c, "CM-2", "group2");
@@ -357,7 +354,6 @@ struct {
 	{ "bigptrmovedown", kbfunc_ptrmove, 0, (void *)(CWM_DOWN|CWM_BIGMOVE) },
 	{ "bigptrmoveleft", kbfunc_ptrmove, 0, (void *)(CWM_LEFT|CWM_BIGMOVE) },
 	{ "bigptrmoveright", kbfunc_ptrmove, 0, (void *)(CWM_RIGHT|CWM_BIGMOVE) },
-	{ "groupselect", kbfunc_client_groupselect, 0, 0 },
 	{ "group1", kbfunc_client_group, 0, (void *)1 },
 	{ "group2", kbfunc_client_group, 0, (void *)2 },
 	{ "group3", kbfunc_client_group, 0, (void *)3 },