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"?>
<compiz>
<plugin name="titleinfo" useBcop="true">
<_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 name="show_remote_machine" type="bool">
<_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 name="show_root" type="bool">
<_short>Show Root</_short>
<_long>Show marker if you're logged in as root.</_long>
<default>true</default>
</option>
</options>
</plugin>
</compiz>
|