~vanvugt/compiz-plugins-main/fix-1084386

« back to all changes in this revision

Viewing changes to session/session.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
 
<compiz>
2
 
    <plugin name="session" useBcop="true">
3
 
        <_short>Session Management</_short>
4
 
        <_long>Talk to session manager and save/load window state</_long>
5
 
        <category>Utility</category>
6
 
        <deps>
7
 
            <relation type="after">
8
 
                <plugin>composite</plugin>
9
 
                <plugin>opengl</plugin>
10
 
                <plugin>place</plugin>
11
 
                <plugin>decor</plugin>
12
 
            </relation>
13
 
        </deps>
14
 
        <options>
15
 
            <option name="save_legacy" type="bool">
16
 
                <_short>Save Legacy Apps</_short>
17
 
                <_long>Also try to save and restore legacy apps that don't support the X session management protocol. This setting only should be used in KDE, as only KDE's session manager also saves those applications.</_long>
18
 
                <default>false</default>
19
 
            </option>
20
 
            <option name="ignore_match" type="match">
21
 
                <_short>Windows to ignore</_short>
22
 
                <_long>Matching windows will not be handled by the session plugin</_long>
23
 
                <default/>
24
 
            </option>
25
 
        </options>
26
 
    </plugin>
27
 
</compiz>