This file is indexed.

/etc/X11/app-defaults/XWatch is in xwatch 2.11-15build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
!
! Application defaults for xwatch.
! --------------------------------
!

! Start up with a border or not: 0 or 1 (default: 1)
*border:		0

! Geometry setting (default: 550x70+0+0)
*geometry:              400x70-2-175

! Start up with what foreground? (default: black)
! *foreground:          black

! Start up with what background? (default: white)
*background:            skyblue

! Print filenames as xwatch sees new info? 0 or 1 (default: 1)
! *printname:		1

! Print timestamp as xwatch sees new info? 0 or 1 (default: 1)
*printtime:		0

! Print a newline following a name and/or timestamp? 0 or 1 (default 0)
! *newline:		0

! Number of lines that xwatch should store for scrollback: 10 to 1000
! (default: 200)
*nlines:	      500

! Scanning interval: once N seconds xwatch will check the files
! (default: 5)
! *interval:		5

! Used font: between 1 and 4, 4 is biggest one (default: 2)
! *font:		2

! Issue warnings about files at startup: yes or no. Warnings may be that
! e.g. file is a binary one, or that it's not a regular file.
! (default: 1)
*firstwarnings:		0

! Print version and copyright info in the browser window upon startup?
! (Default: 1)
! *printversion:        1

! Hide lines containing some text? Default: show all lines. If you have more
! stuff to gag, separate the strings by | .
*gag:			last message repeated | Too much work at interrupt

! Title to use for the window, only visible when you have *border: 1.
! *title:               XWatch

! Special colorations when some string is matched in any logfile. Syntax is:
! red/green/blue:string to match: | red/green/blue:string to match | ....
! Instead of the r/g/b numbers, you can use a colorname.
*.colorstring:   red:finger connection: | blue:auth connection:

! Files never showing up in the xwatch-window. No wildcards, just a list
! Separate multiple files by |
*.ignore:   /var/adm/mgetty-ttyS2.log

! --------------------------------------------------------------------------
! The following resources are obsolete, just left-overs from previous
! XWatch versions.
! Start up at what screen position (default: 0 0)
! *xpos:	        -2
! *ypos:		-175
! Start up with what width/height (Default: 550 70)
! *width:           	400
! *height:		70
! Start up with what foreground red/green/blue code (default: black
! which is R/G/B all 0)
! *fred:		0
! *fgreen:		0
! *fblue:		0
! Same for the background (default: white which is R/G/B all 255)
! *bred:	      	135
! *bgreen:	      	206
! *bblue:	      	235