]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/winwatch
/sys/man/*/*: fix perms (sorry)
[plan9front.git] / sys / man / 1 / winwatch
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 Right clicking a window again hides the window.
20 Middle clicking a window's label prompts for a new label.
21 Typing
22 .B q
23 or
24 DEL
25 quits
26 .IR winwatch .
27 .PP
28 If the
29 .B -e
30 flag
31 is given,
32 windows matching the regular expression
33 .I exclude
34 are not shown.
35 .SH EXAMPLE
36 Excluding winwatch, stats and faces from being showed.
37 .IP
38 .EX
39 % winwatch -e '^(winwatch|stats|faces)'
40 .EE
41 .SH FILES
42 .B /dev/wsys/*/label
43 .SH SOURCE
44 .B /sys/src/cmd/winwatch.c
45 .SH SEE ALSO
46 .IR rio (1),
47 .IR rio (4),
48 .IR regexp (6).