~victored/wingpanel/global-menu

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<schemalist>	
	<schema path="/org/pantheon/desktop/wingpanel/" id="org.pantheon.desktop.wingpanel" gettext-domain="wingpanel">
		<key type="as" name="blacklist">
			<default>['']</default>
			<summary>List of indicators.</summary>
			<description>These indicators will not be displayed in Wingpanel.</description>
		</key>
		<key type="b" name="show-launcher">
			<default>true</default>
			<summary>Wheather to show the Applications Launcher or not.</summary>
			<description>Wheather to show the Applications Launcher or not.</description>
		</key>
		<key type="s" name="default-launcher">
			<default>"slingshot-launcher"</default>
			<summary>The default program to use as App launcher.</summary>
			<description>Description</description>
		</key>
	</schema>
</schemalist>