summary refs log tree commit diff
path: root/client.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 /client.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 'client.c')
-rw-r--r--client.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/client.c b/client.c
index 51a2a8f..a243f0f 100644
--- a/client.c
+++ b/client.c
@@ -191,10 +191,7 @@ client_new(Window win, struct screen_ctx *sc, int mapped)
 	client_update(cc);
 	
 	if (mapped) {
-		if (Conf.flags & CONF_STICKY_GROUPS)
-			group_sticky(cc);
-		else
-			group_autogroup(cc);
+		group_autogroup(cc);
 	}
 
 	return (cc);