WINWATCH(1)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. Right clicking a window again hides the window. Middle clicking a window’s label prompts for a new label. 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.

 

% winwatch -e '^(winwatch|stats|faces)'

FILES

/dev/wsys/*/label

SOURCE

/sys/src/cmd/winwatch.c

SEE

rio(1), rio(4), regexp(6).