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 win-
          dow.  Right clicking a window again hides the window.  Mid-
          dle clicking a window's label prompts for a new label.  Typ-
          ing 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 ALSO
          rio(1), rio(4), regexp(6).

     Page 1                       Plan 9             (printed 3/28/24)