xref: /plan9/sys/man/1/winwatch (revision ade43d10c05512f4266b217f90e0d62e5ba822a4)
WINWATCH 1
NAME
winwatch - monitor rio windows
SYNOPSIS
winwatch [ -e exclude ] [ -f font ]
DESCRIPTION
Winwatch displays the labels of all current rio (4) windows, refreshing the display every five seconds. Right clicking a window's label unhides, raises and gives focus to that window. Typing q or DEL quits winwatch .

If the -e flag is given, windows matching the regular expression exclude are not shown.

EXAMPLE
Excluding winwatch, stats and faces from being showed.
.EX % winwatch -e '^(winwatch|stats|faces)'
FILES
/dev/wsys/*/label
SOURCE
/sys/src/cmd/winwatch.c
SEE ALSO
rio (1), rio (4), regexp (6).