changeset: 1758:400cc433023d
tag: tip
user: uriel_AT_localhost.localdomain
date: Tue Feb 06 08:12:47 2007 +0100
files: event.c
description:
Delete useless and stupid 'code'
changeset: 1757:2f4cefd383d6
user: uriel_AT_localhost.localdomain
date: Tue Feb 06 08:12:21 2007 +0100
files: rc/wmiirc
description:
Minimally sane colrules until the whole damned thing goes crashing down to hell where it belongs
diff -r ed3cb1cdd8eb -r 400cc433023d event.c
--- a/event.c Tue Feb 06 01:31:37 2007 -0500
+++ b/event.c Tue Feb 06 08:12:47 2007 +0100
@@ -187,10 +187,8 @@ enternotify(XEvent *e) {
if(ev->mode != NotifyNormal || ev->detail == NotifyInferior)
return;
if((c = client_of_win(ev->window))) {
- Frame *f = c->sel;
- Area *a = f->area;
- if(a->mode == Colmax)
- c = a->sel->client;
+ if(c->sel->area->mode == Colmax)
+ c = c->sel->area->sel->client;
focus(c, False);
}
else if(ev->window == blz.root) {
diff -r ed3cb1cdd8eb -r 400cc433023d rc/wmiirc
--- a/rc/wmiirc Tue Feb 06 01:31:37 2007 -0500
+++ b/rc/wmiirc Tue Feb 06 08:12:47 2007 +0100
@@ -55,7 +55,7 @@ EOF
# COLUMN RULES
wmiir write /colrules <<EOF
-/1/ -> 50+50
+/.*/ -> 58+42
EOF
# TAGGING RULES
Received on Tue Feb 06 2007 - 08:20:04 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:54:55 UTC