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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<compiz>
    <plugin name="session" useBcop="true">
	<_short>Session Management</_short>
	<_long>Talk to session manager and save/load window state</_long>
	<category>Utility</category>
	<deps>
	    <relation type="after">
		<plugin>composite</plugin>
		<plugin>opengl</plugin>
		<plugin>place</plugin>
		<plugin>decor</plugin>
	    </relation>
	</deps>
	<options>
	    <option name="save_legacy" type="bool">
		<_short>Save Legacy Apps</_short>
		<_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>
		<default>false</default>
	    </option>
	    <option name="ignore_match" type="match">
	    	<_short>Windows to ignore</_short>
	    	<_long>Matching windows will not be handled by the session plugin</_long>
    		<default/>
            </option>
	</options>
    </plugin>
</compiz>