~smspillaz/compiz/compiz.experimental2

« back to all changes in this revision

Viewing changes to plugins/titleinfo/titleinfo.xml.in

  • Committer: smspillaz
  • Date: 2012-05-16 17:40:54 UTC
  • mfrom: (0.85.20 trunk)
  • Revision ID: sam.spilsbury@canonical.com-20120516174054-hr7jjbhnf318nyrw
MergeĀ lp:compiz-titleinfo-plugin

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>