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