This file is indexed.

/usr/share/compiz/snap.xml is in compiz-plugins-default 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
<?xml version="1.0" encoding="UTF-8"?>
<compiz>
    <plugin useBcop="true" name="snap">
	<short>Snapping Windows</short>
	<long>Enables windows edges resistance</long>
	<category>Window Management</category>
	<feature>edgeresistance</feature>
	<deps>
	    <relation type="after">
		<plugin>opengl</plugin>
		<plugin>composite</plugin>
		<plugin>decor</plugin>
	    </relation>
	</deps>
	<options>
	    <group>
		<short>Bindings</short>
		<short xml:lang="el">Συνδυασμοί</short>
		<short xml:lang="es">Vínculos</short>
		<short xml:lang="eu">Laster-bideak</short>
		<short xml:lang="fi">Pikanäppäimet</short>
		<short xml:lang="fr">Assignations</short>
		<short xml:lang="gl">Atallos de teclado</short>
		<short xml:lang="he">צירופים</short>
		<short xml:lang="hu">Gyorsbillentyűk</short>
		<short xml:lang="it">Associazioni</short>
		<short xml:lang="ja">割り当て</short>
		<short xml:lang="ko">바로가기</short>
		<short xml:lang="pl">Przyporządkowanie klawiszy</short>
		<short xml:lang="pt">Atalhos</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="list" name="avoid_snap">
		    <short>Avoid Snap Modifier</short>
		    <long>Use these bindings to avoid snapping.</long>
		    <type>int</type>
		    <min>0</min>
		    <max>3</max>
		    <default>
			<value>0</value>
		    </default>
		    <desc>
			<value>0</value>
			<name>Shift</name>
		    </desc>
		    <desc>
			<value>1</value>
			<name>Alt</name>
		    </desc>
		    <desc>
			<value>2</value>
			<name>Control</name>
		    </desc>
		    <desc>
			<value>3</value>
			<name>Meta</name>
		    </desc>
		</option>
	    </group>
	    <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="list" name="snap_type">
		    <short>Snap Type</short>
		    <long>Choose 'Resistance', 'Attraction' or 'Full Mode'.</long>
		    <type>int</type>
		    <min>0</min>
		    <max>1</max>
		    <default>
			<value>0</value>
		    </default>
		    <desc>
			<value>0</value>
			<name>Edge resistance</name>
		    </desc>
		    <desc>
			<value>1</value>
			<name>Edge attraction</name>
		    </desc>
		</option>
		<option type="list" name="edges_categories">
		    <short>Edges</short>
		    <long>Snap to 'Screen Edges', 'Windows Edges' or 'Both'.</long>
		    <type>int</type>
		    <min>0</min>
		    <max>1</max>
		    <default>
			<value>0</value>
		    </default>
		    <desc>
			<value>0</value>
			<name>Screen edges</name>
		    </desc>
		    <desc>
			<value>1</value>
			<name>Window edges</name>
		    </desc>
		</option>
		<option type="int" name="resistance_distance">
		    <short>Edge Resistance Distance</short>
		    <long>The distance until edge resistance takes place.</long>
		    <default>30</default>
		    <min>1</min>
		    <max>100</max>
		</option>
		<option type="int" name="attraction_distance">
		    <short>Edge Attraction Distance</short>
		    <long>The distance until edge attraction takes place.</long>
		    <default>20</default>
		    <min>1</min>
		    <max>100</max>
		</option>
	    </group>
	</options>
    </plugin>
</compiz>