This file is indexed.

/usr/share/compiz/trailfocus.xml is in compiz-plugins 1:0.9.12.2+16.04.20160415-0ubuntu1.

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
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<?xml version="1.0" encoding="UTF-8"?>
<compiz>
    <plugin useBcop="true" name="trailfocus">
	<short>Trailfocus</short>
	<long>Adjust the opacity, saturation and brightness of windows based on when they last had focus.</long>
	<category>Effects</category>
	<deps>
	    <requirement>
		<plugin>opengl</plugin>
	    </requirement>
	    <relation type="after">
		<plugin>composite</plugin>
		<plugin>opengl</plugin>
		<plugin>fade</plugin>
		<plugin>decor</plugin>
	    </relation>
	</deps>
	<options>
	    <group>
		<short>Behaviour</short>
		<short xml:lang="bg">Поведение</short>
		<short xml:lang="de">Verhalten</short>
		<short xml:lang="el">Συμπεριφορά</short>
		<short xml:lang="es">Comportamiento</short>
		<short xml:lang="eu">Portaera</short>
		<short xml:lang="fi">Käyttäytyminen</short>
		<short xml:lang="fr">Comportement</short>
		<short xml:lang="gl">Comportamento</short>
		<short xml:lang="he">אופן</short>
		<short xml:lang="hu">Viselkedés</short>
		<short xml:lang="it">Comportamento</short>
		<short xml:lang="ja">動作</short>
		<short xml:lang="ko">동작</short>
		<short xml:lang="pl">Zachowanie</short>
		<short xml:lang="pt">Comportamento</short>
		<short xml:lang="ru">Поведение</short>
		<short xml:lang="uk">Поведінка</short>
		<short xml:lang="zh_CN">特性</short>
		<short xml:lang="zh_TW">特性</short>
		<option type="match" name="window_match">
		    <short>Window Types</short>
		    <long>Window types that should be handled by Trailfocus</long>
		    <default>(type=toolbar | type=utility | type=dialog | type=normal) &amp; !(state=skiptaskbar | state=skippager)</default>
		</option>
		<option type="int" name="windows_count">
		    <short>Number of Windows to Track</short>
		    <long>Number of windows Trailfocus will keep track of. Windows that had focus this amount of windows ago or more will be considered completly unfocused.</long>
		    <default>5</default>
		    <min>1</min>
		    <max>150</max>
		</option>
		<option type="int" name="windows_start">
		    <short>Window to Start Fading</short>
		    <long>This defines when Trailfocus will start fading windows. This lets you set up trailfocus to treat the N first Windows as fully focused.</long>
		    <default>2</default>
		    <min>1</min>
		    <max>20</max>
		</option>
	    </group>
	    <group>
		<short>Appearance</short>
		<short xml:lang="bg">Външен вид</short>
		<short xml:lang="de">Erscheinung</short>
		<short xml:lang="el">Εμφάνιση</short>
		<short xml:lang="es">Apariencia</short>
		<short xml:lang="eu">Itxura</short>
		<short xml:lang="fi">Ulkoasu</short>
		<short xml:lang="fr">Apparence</short>
		<short xml:lang="gl">Apariencia</short>
		<short xml:lang="he">מראה</short>
		<short xml:lang="hu">Megjelenés</short>
		<short xml:lang="it">Aspetto</short>
		<short xml:lang="ja">外観</short>
		<short xml:lang="ko">모양</short>
		<short xml:lang="pl">Wygląd</short>
		<short xml:lang="pt">Aparência</short>
		<short xml:lang="ru">Внешний вид</short>
		<short xml:lang="uk">Зовнішній вигляд</short>
		<short xml:lang="zh_CN">外观</short>
		<short xml:lang="zh_TW">外觀</short>
		<subgroup>
		    <short>Opacity</short>
		    <short xml:lang="bn">অস্বচ্ছতা</short>
		    <short xml:lang="bn_IN">অস্বচ্ছতা</short>
		    <short xml:lang="ca">Opacitat</short>
		    <short xml:lang="cs">Krytí</short>
		    <short xml:lang="da">Uigennemsigtighed</short>
		    <short xml:lang="de">Opazität</short>
		    <short xml:lang="el">Αδιαφάνεια</short>
		    <short xml:lang="es">Opacidad</short>
		    <short xml:lang="eu">Opakutasuna</short>
		    <short xml:lang="fi">Läpinäkyvyys</short>
		    <short xml:lang="fr">Opacité</short>
		    <short xml:lang="gl">Opacidade</short>
		    <short xml:lang="gu">અપારદર્શકતા</short>
		    <short xml:lang="he">אטימות</short>
		    <short xml:lang="hu">Átlátszatlanság</short>
		    <short xml:lang="it">Opacità</short>
		    <short xml:lang="ja">不透明度</short>
		    <short xml:lang="ko">투명</short>
		    <short xml:lang="nb">Dekkevne</short>
		    <short xml:lang="nl">Ondoorzichtigheid</short>
		    <short xml:lang="or">ଅସ୍ବଚ୍ଛତା</short>
		    <short xml:lang="pl">Nieprzezroczystość</short>
		    <short xml:lang="pt">Opacidade</short>
		    <short xml:lang="pt_BR">Opacidade</short>
		    <short xml:lang="ro">Opacitate</short>
		    <short xml:lang="ru">Прозрачность</short>
		    <short xml:lang="sk">Nepriehľadnosť</short>
		    <short xml:lang="sv">Opacitet</short>
		    <short xml:lang="tr">Matlık</short>
		    <short xml:lang="uk">Прозорість</short>
		    <short xml:lang="zh_CN">不透明度</short>
		    <short xml:lang="zh_TW">不透明度</short>
		    <option type="int" name="max_opacity">
			<short>Opacity Level of Focused Windows</short>
			<long>Opacity of the currently focused window. Windows will get opacity levels between the focused and minimum.</long>
			<default>100</default>
			<min>1</min>
			<max>100</max>
		    </option>
		    <option type="int" name="min_opacity">
			<short>Opacity Level of Unfocused Windows</short>
			<long>Opacity of the least focused window. Windows will get opacity levels between the focused and minimum.</long>
			<default>70</default>
			<min>1</min>
			<max>100</max>
		    </option>
		</subgroup>
		<subgroup>
		    <short>Brightness</short>
		    <short xml:lang="ca">Brillantor</short>
		    <short xml:lang="cs">Jas</short>
		    <short xml:lang="da">Lysstyrke</short>
		    <short xml:lang="de">Helligkeit</short>
		    <short xml:lang="el">Φωτεινότητα</short>
		    <short xml:lang="es">Brillo</short>
		    <short xml:lang="et">Heledus</short>
		    <short xml:lang="eu">Distira</short>
		    <short xml:lang="fi">Kirkkaus</short>
		    <short xml:lang="fr">Luminosité</short>
		    <short xml:lang="gl">Brillo</short>
		    <short xml:lang="gu">તેજસ્વીતા</short>
		    <short xml:lang="he">בהירות</short>
		    <short xml:lang="hu">Fényerő</short>
		    <short xml:lang="it">Luminosità</short>
		    <short xml:lang="ja">明度</short>
		    <short xml:lang="ko">밝기</short>
		    <short xml:lang="nb">Skarphet</short>
		    <short xml:lang="nl">Helderheid</short>
		    <short xml:lang="or">ଉଜ୍ବଳତା</short>
		    <short xml:lang="pl">Jasność</short>
		    <short xml:lang="pt">Brilho</short>
		    <short xml:lang="pt_BR">Brilho</short>
		    <short xml:lang="ro">Luminozitate</short>
		    <short xml:lang="ru">Яркость</short>
		    <short xml:lang="sk">Jas</short>
		    <short xml:lang="sv">Ljusstyrka</short>
		    <short xml:lang="tr">Parlaklık</short>
		    <short xml:lang="uk">Яскравість</short>
		    <short xml:lang="zh_CN">亮度</short>
		    <short xml:lang="zh_TW">亮度</short>
		    <option type="int" name="max_brightness">
			<short>Brightness Level of Focused Windows</short>
			<long>Brightness of the currently focused window. Windows will get brightness levels between the focused and minimum.</long>
			<default>100</default>
			<min>1</min>
			<max>100</max>
		    </option>
		    <option type="int" name="min_brightness">
			<short>Brightness Level of Unfocused Windows</short>
			<long>Brightness of the least focused window. Windows will get brightness levels between the focused and minimum.</long>
			<default>100</default>
			<min>1</min>
			<max>100</max>
		    </option>
		</subgroup>
		<subgroup>
		    <short>Saturation</short>
		    <short xml:lang="ca">Saturació</short>
		    <short xml:lang="cs">Sytost</short>
		    <short xml:lang="da">Farvemætning</short>
		    <short xml:lang="de">Sättigung</short>
		    <short xml:lang="el">Κορεσμός</short>
		    <short xml:lang="es">Saturación</short>
		    <short xml:lang="eu">Saturazioa</short>
		    <short xml:lang="fi">Kylläisyys</short>
		    <short xml:lang="fr">Saturation</short>
		    <short xml:lang="gl">Saturación</short>
		    <short xml:lang="he">רווייה</short>
		    <short xml:lang="hu">Telítettség</short>
		    <short xml:lang="it">Saturazione</short>
		    <short xml:lang="ja">彩度</short>
		    <short xml:lang="ko">채도</short>
		    <short xml:lang="nb">Metning</short>
		    <short xml:lang="nl">Verzadiging</short>
		    <short xml:lang="or">ସଂପୂର୍ଣ୍ଣ ମିଶ୍ରଣ</short>
		    <short xml:lang="pl">Nasycenie</short>
		    <short xml:lang="pt">Saturação</short>
		    <short xml:lang="pt_BR">Saturação</short>
		    <short xml:lang="ru">Насыщенность</short>
		    <short xml:lang="sk">Sýtosť</short>
		    <short xml:lang="sv">Färgmättnad</short>
		    <short xml:lang="tr">Doygunluk</short>
		    <short xml:lang="uk">Насиченість</short>
		    <short xml:lang="zh_CN">饱和度</short>
		    <short xml:lang="zh_TW">飽和度</short>
		    <option type="int" name="max_saturation">
			<short>Saturation Level of Focused Windows</short>
			<long>Saturation of the currently focused window. Windows will get saturation levels between the focused and minimum.</long>
			<default>100</default>
			<min>1</min>
			<max>100</max>
		    </option>
		    <option type="int" name="min_saturation">
			<short>Saturation Level of Unfocused Windows</short>
			<long>Saturation of the least focused window. Windows will get saturation levels between the focused and minimum.</long>
			<default>100</default>
			<min>1</min>
			<max>100</max>
		    </option>
		</subgroup>
	    </group>
	</options>
    </plugin>
</compiz>