blob: cc050ce06d8642c971b60c282a7cc4bf868f48f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?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>
<screen>
<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>
</screen>
</plugin>
</compiz>
|