~elementary-pantheon/slingshot/loki

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<schemalist>
	<schema path="/org/pantheon/desktop/slingshot/" id="org.pantheon.desktop.slingshot" gettext-domain="slingshot">
        <key name="columns" type="i">
            <default>5</default>
            <summary>The default number of columns</summary>
            <description>This value needs to be greater than 3 to be effective.</description>
        </key>
        <key name="rows" type="i">
            <default>3</default>
            <summary>The default number of rows</summary>
            <description>This value needs to be greater than 1 to be effective.</description>
        </key>
        <key name="use-category" type="b">
            <default>false</default>
            <summary>Show the category view by default</summary>
            <description>Save the current view of the launcher.</description>
        </key>
        <key name="screen-resolution" type="s">
            <default>""</default>
            <summary>The last resolution of the screen</summary>
            <description>This value makes slingshot able to adapt to each screen.</description>
        </key>
	</schema>
</schemalist>