~lbrulet-8/compiz-plugins-main/fix-876591

« back to all changes in this revision

Viewing changes to titleinfo/titleinfo.xml.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-07-19 08:02:00 UTC
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20110719080200-0expimqowpfdfj6i
Tags: upstream-0.9.5.0
ImportĀ upstreamĀ versionĀ 0.9.5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<compiz>
3
 
    <plugin name="titleinfo" useBcop="true">
4
 
        <_short>Title Bar Info</_short>
5
 
        <_long>Shows additional information in the window title bar</_long>
6
 
        <category>Utility</category>
7
 
        <deps>
8
 
                <relation type="after">
9
 
                        <plugin>composite</plugin>
10
 
                        <plugin>opengl</plugin>
11
 
                        <plugin>decor</plugin>
12
 
                </relation>
13
 
        </deps>
14
 
        <options>
15
 
            <option name="show_remote_machine" type="bool">
16
 
                <_short>Show Remote Machine Name</_short>
17
 
                <_long>Show name of remote machine if a certain application is executed remotely.</_long>
18
 
                <default>true</default>
19
 
            </option>
20
 
            <option name="show_root" type="bool">
21
 
                <_short>Show Root</_short>
22
 
                <_long>Show marker if you're logged in as root.</_long>
23
 
                <default>true</default>
24
 
            </option>
25
 
        </options>
26
 
    </plugin>
27
 
</compiz>