commit a3cefb24b9df492ed3ceecc1e5ff9571b258a77b
parent 08f98bc26bac186607e3e25470361f816021353c
Author: Anselm R. Garbe <garbeam@wmii.de>
Date: Thu, 9 Mar 2006 00:30:35 +0100
TF (tag focus) is written instead of WS event
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmd/wm/tag.c b/cmd/wm/tag.c
@@ -88,7 +88,7 @@ focus_tag(Tag *t)
draw_client(client[i]);
}
}
- snprintf(buf, sizeof(buf), "WS %s\n", t->name);
+ snprintf(buf, sizeof(buf), "TF %s\n", t->name);
write_event(buf);
XSync(dpy, False);
}
diff --git a/rc/wmiirc b/rc/wmiirc
@@ -100,7 +100,7 @@ do
set -- $event
type="$1"; shift
case "$type" in
- WS)
+ TF)
xwrite /bar/0/data "$@";;
K)
case "$1" in