~nonamenoname/slingshot/fix-1084101

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
28
29
30
31
32
33
34
<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="icon-size" type="i">
            <default>64</default>
            <summary>The default icon size of apps</summary>
            <description>This value manages the size of the icons in Slingshot.</description>
        </key>
        <key name="show-category-filter" type="b">
            <default>true</default>
            <summary>Show the category switcher or not</summary>
            <description>This value handles the category switcher.</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>