summaryrefslogtreecommitdiff
path: root/sys/man/1/winwatch
diff options
context:
space:
mode:
authorTaru Karttunen <taruti@taruti.net>2011-03-30 16:49:47 +0300
committerTaru Karttunen <taruti@taruti.net>2011-03-30 16:49:47 +0300
commitb41b9034225ab3e49980d9de55c141011b6383b0 (patch)
tree891014b4c2e803e01ac7a1fd2b60819fbc5a6e73 /sys/man/1/winwatch
parentc558a99e0be506a9abdf677f0ca4490644e05fc1 (diff)
Import sources from 2011-03-30 iso image - sys/man
Diffstat (limited to 'sys/man/1/winwatch')
-rwxr-xr-xsys/man/1/winwatch46
1 files changed, 46 insertions, 0 deletions
diff --git a/sys/man/1/winwatch b/sys/man/1/winwatch
new file mode 100755
index 000000000..46183dcc3
--- /dev/null
+++ b/sys/man/1/winwatch
@@ -0,0 +1,46 @@
+.TH WINWATCH 1
+.SH NAME
+winwatch \- monitor rio windows
+.SH SYNOPSIS
+.B winwatch
+[
+.B -e
+.I exclude
+] [
+.B -f
+.I font
+]
+.SH DESCRIPTION
+.I Winwatch
+displays the labels of all current
+.IR rio (4)
+windows, refreshing the display every five seconds.
+Right clicking a window's label unhides, raises and gives focus to that window.
+Typing
+.B q
+or
+DEL
+quits
+.IR winwatch .
+.PP
+If the
+.B -e
+flag
+is given,
+windows matching the regular expression
+.I exclude
+are not shown.
+.SH EXAMPLE
+Excluding winwatch, stats and faces from being showed.
+.IP
+.EX
+% winwatch -e '^(winwatch|stats|faces)'
+.EE
+.SH FILES
+.B /dev/wsys/*/label
+.SH SOURCE
+.B /sys/src/cmd/winwatch.c
+.SH SEE ALSO
+.IR rio (1),
+.IR rio (4),
+.IR regexp (6).