/usr/share/compiz/titleinfo.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 | <?xml version="1.0" encoding="UTF-8"?>
<compiz>
<plugin useBcop="true" name="titleinfo">
<short>Title Bar Info</short>
<long>Shows additional information in the window title bar</long>
<category>Utility</category>
<deps>
<relation type="after">
<plugin>composite</plugin>
<plugin>opengl</plugin>
<plugin>decor</plugin>
</relation>
</deps>
<options>
<option type="bool" name="show_remote_machine">
<short>Show Remote Machine Name</short>
<long>Show name of remote machine if a certain application is executed remotely.</long>
<default>true</default>
</option>
<option type="bool" name="show_root">
<short>Show Root</short>
<long>Show marker if you're logged in as root.</long>
<default>true</default>
</option>
</options>
</plugin>
</compiz>
|