/usr/share/compiz/unitymtgrabhandles.xml is in unity 7.2.0+14.04.20140416-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 | <?xml version="1.0" encoding="UTF-8"?>
<compiz>
<plugin useBcop="true" name="unitymtgrabhandles">
<short>Unity MT Grab Handles</short>
<long>Small touch-based grab handles to move and resize a window</long>
<deps>
<requirement>
<plugin>opengl</plugin>
<plugin>composite</plugin>
<plugin>imgpng</plugin>
</requirement>
<relation type="after">
<plugin>composite</plugin>
<plugin>opengl</plugin>
<plugin>cube</plugin>
<plugin>rotate</plugin>
<plugin>imgpng</plugin>
<plugin>imgsvg</plugin>
<plugin>imgjpeg</plugin>
</relation>
</deps>
<options>
<option type="key" name="toggle_handles_key">
<short>Toggle Handles</short>
<long>Key to toggle the handles</long>
</option>
<option type="key" name="show_handles_key">
<short>Show Handles</short>
<long>Key to show the handles</long>
</option>
<option type="key" name="hide_handles_key">
<short>Hide Handles</short>
<long>Key to hide the handles</long>
</option>
<option type="int" name="fade_duration">
<short>Fade Duration</short>
<long>How long the fade should last</long>
<default>150</default>
</option>
</options>
</plugin>
</compiz>
|