winwatch 470 B

1234567891011121314151617181920212223242526272829
  1. .TH WINWATCH 1
  2. .SH NAME
  3. winwatch \- monitor rio windows
  4. .SH SYNOPSIS
  5. .B winwatch
  6. [
  7. .B -f
  8. .I font
  9. ]
  10. .SH DESCRIPTION
  11. .I Winwatch
  12. displays the labels of all current
  13. .IR rio (4)
  14. windows, refreshing the display every five seconds.
  15. Right clicking a window's label unhides, raises and gives focus to that window.
  16. Typing
  17. .B q
  18. or
  19. DEL
  20. quits
  21. .IR winwatch .
  22. .SH FILES
  23. .B /dev/wsys/*/label
  24. .SH SOURCE
  25. .B /sys/src/cmd/winwatch.c
  26. .SH SEE ALSO
  27. .IR rio (1),
  28. .IR window (1),
  29. .IR rio (4).