~smspillaz/compiz-plugins-main/compiz-plugins-main.fix_939228

« back to all changes in this revision

Viewing changes to titleinfo/titleinfo.xml.in

  • Committer: Sam Spilsbury
  • Date: 2011-08-12 06:36:10 UTC
  • Revision ID: sam.spilsbury@canonical.com-20110812063610-8mcxo2xohctyp2ak
Sync - Remove Plugins

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>