winwatch 708 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .TH WINWATCH 1
  2. .SH NAME
  3. winwatch \- monitor rio windows
  4. .SH SYNOPSIS
  5. .B winwatch
  6. [
  7. .B -e
  8. .I exclude
  9. ] [
  10. .B -f
  11. .I font
  12. ]
  13. .SH DESCRIPTION
  14. .I Winwatch
  15. displays the labels of all current
  16. .IR rio (4)
  17. windows, refreshing the display every five seconds.
  18. Right clicking a window's label unhides, raises and gives focus to that window.
  19. Typing
  20. .B q
  21. or
  22. DEL
  23. quits
  24. .IR winwatch .
  25. .PP
  26. If the
  27. .B -e
  28. flag
  29. is given,
  30. windows matching the regular expression
  31. .I exclude
  32. are not shown.
  33. .SH EXAMPLE
  34. Excluding winwatch, stats and faces from being showed.
  35. .IP
  36. .EX
  37. % winwatch -e '^(winwatch|stats|faces)'
  38. .EE
  39. .SH FILES
  40. .B /dev/wsys/*/label
  41. .SH SOURCE
  42. .B /sys/src/cmd/winwatch.c
  43. .SH SEE ALSO
  44. .IR rio (1),
  45. .IR rio (4),
  46. .IR regexp (6).