This file is indexed.

/usr/share/compiz/vpswitch.xml is in compiz-plugins-default 1:0.9.11+14.04.20140409-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
<?xml version="1.0" encoding="UTF-8"?>
<compiz>
	<plugin useBcop="true" name="vpswitch">
		<short>Viewport Switcher</short>
		<long>Initiate viewport changes through several events</long>
		<category>Desktop</category>
		<deps>
			<relation type="after">
			    <plugin>composite</plugin>
			    <plugin>decor</plugin>
			    <plugin>opengl</plugin>
			</relation>
		</deps>
		<options>
			<group>
				<short>Number-Based Viewport Switching</short>
				<option type="key" name="begin_key">
					<short>Begin Viewport Switch</short>
					<long>Begin entering viewport number</long>
				</option>
			</group>
			<group>
				<short>Go to specific viewport</short>
				<option type="key" name="switch_to_1_key">
					<short>Switch to Viewport 1</short>
					<long>Switch to viewport 1</long>
				</option>
				<option type="key" name="switch_to_2_key">
					<short>Switch to Viewport 2</short>
					<long>Switch to viewport 2</long>
				</option>
				<option type="key" name="switch_to_3_key">
					<short>Switch to Viewport 3</short>
					<long>Switch to viewport 3</long>
				</option>
				<option type="key" name="switch_to_4_key">
					<short>Switch to Viewport 4</short>
					<long>Switch to viewport 4</long>
				</option>
				<option type="key" name="switch_to_5_key">
					<short>Switch to Viewport 5</short>
					<long>Switch to viewport 5</long>
				</option>
				<option type="key" name="switch_to_6_key">
					<short>Switch to Viewport 6</short>
					<long>Switch to viewport 6</long>
				</option>
				<option type="key" name="switch_to_7_key">
					<short>Switch to Viewport 7</short>
					<long>Switch to viewport 7</long>
				</option>
				<option type="key" name="switch_to_8_key">
					<short>Switch to Viewport 8</short>
					<long>Switch to viewport 8</long>
				</option>
				<option type="key" name="switch_to_9_key">
					<short>Switch to Viewport 9</short>
					<long>Switch to viewport 9</long>
				</option>
				<option type="key" name="switch_to_10_key">
					<short>Switch to Viewport 10</short>
					<long>Switch to viewport 10</long>
				</option>
				<option type="key" name="switch_to_11_key">
					<short>Switch to Viewport 11</short>
					<long>Switch to viewport 11</long>
				</option>
				<option type="key" name="switch_to_12_key">
					<short>Switch to Viewport 12</short>
					<long>Switch to viewport 12</long>
				</option>
			</group>
			<group>
				<short>Desktop-based Viewport Switching</short>
				<option type="button" name="left_button">
					<short>Move Left</short>
					<long>Move to the left</long>
					<internal/>
				</option>
				<option type="button" name="right_button">
					<short>Move Right</short>
					<long>Move to the right</long>
					<internal/>
				</option>
				<option type="button" name="up_button">
					<short>Move Up</short>
					<long>Move up</long>
					<internal/>
				</option>
				<option type="button" name="down_button">
					<short>Move Down</short>
					<long>Move down</long>
					<internal/>
				</option>
				<option type="button" name="next_button">
					<short>Move Next</short>
					<long>Move to the next viewport</long>
					<internal/>
				</option>
				<option type="button" name="prev_button">
					<short>Move Prev</short>
					<long>Move to the previous viewport</long>
					<internal/>
				</option>
				<option type="button" name="initiate_button">
					<short>Initiate plugin action</short>
					<long>Initiate/Terminate the selected plugin action</long>
					<default>Button2</default>
					<internal/>
				</option>
				<option type="string" name="init_plugin">
					<short>Plugin for initiate action</short>
					<long>Plugin for initiate/action action</long>
					<default>rotate</default>
				</option>
				<option type="string" name="init_action">
					<short>Action name for initiate</short>
					<long>Action name for initiate/terminate</long>
					<default>initiate_button</default>
				</option>
			</group>
		</options>
	</plugin>
</compiz>