aboutsummaryrefslogtreecommitdiff
path: root/man/man1/winwatch.1
blob: 98031fbc07239ead13bbacb6fc45d4eba4c925f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.TH WINWATCH 1
.SH NAME
winwatch \- monitor rio windows
.SH SYNOPSIS
.B winwatch
[
.B -e
.I exclude
] [
.B -f
.I font
] [
.B -n
] [
.B -s
] 
.SH DESCRIPTION
.I Winwatch
displays the labels of all current
.MR rio (1)
windows, refreshing the display every second.
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.
With the 
.B -n
option,
the 
label is defined as the window’s name instead of its class,
and with
.B -s
the labels are sorted by alphabet (case insensitive)
instead of by order of appearance.
Winwatch is unicode aware.
.SH EXAMPLE
Excluding winwatch and stats from being shown.
.IP
.EX
% winwatch -e '^(winwatch|stats)$'
.EE
.SH SOURCE
.B \*9/src/cmd/winwatch.c
.SH SEE ALSO
.MR rio (1) ,
.MR regexp (7) .