~unity-team/compiz/plugins-main-trunk.fix_wrong_window_move_expo

« back to all changes in this revision

Viewing changes to titleinfo/titleinfo.xml.in

  • Committer: David Barth
  • Date: 2011-03-29 16:36:40 UTC
  • Revision ID: david.barth@canonical.com-20110329163640-fpen5qsoo0lbjode
initial import from compiz-plugins-main_0.9.4git20110322.orig.tar.gz

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>