-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.github.PacView.gschema.xml
74 lines (74 loc) · 2.02 KB
/
com.github.PacView.gschema.xml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="com.github.PacView" path="/com/github/PacView/">
<key name="aur-update-command" type="s">
<default>''</default>
</key>
<key name="auto-refresh" type="b">
<default>true</default>
</key>
<key name="color-scheme" type="s">
<choices>
<choice value='default'/>
<choice value='light'/>
<choice value='dark'/>
</choices>
<default>'default'</default>
</key>
<key name="property-max-lines" type="d">
<range min="1" max="10"/>
<default>3</default>
</key>
<key name="remember-sorting" type="b">
<default>false</default>
</key>
<key name="search-delay" type="d">
<range min="0" max="2000"/>
<default>150</default>
</key>
<key name="search-mode" type="s">
<choices>
<choice value='all'/>
<choice value='any'/>
<choice value='exact'/>
</choices>
<default>'all'</default>
</key>
<key name="search-prop" type="s">
<choices>
<choice value='name'/>
<choice value='name-desc'/>
<choice value='group'/>
<choice value='deps'/>
<choice value='optdeps'/>
<choice value='provides'/>
<choice value='files'/>
</choices>
<default>'name'</default>
</key>
<key name="sort-ascending" type="b">
<default>true</default>
</key>
<key name="sort-prop" type="s">
<choices>
<choice value="name"/>
<choice value="version"/>
<choice value="repository"/>
<choice value="status"/>
<choice value="install-date"/>
<choice value="installed-size"/>
<choice value="groups"/>
</choices>
<default>'name'</default>
</key>
<key name="window-height" type="i">
<default>840</default>
</key>
<key name="window-maximized" type="b">
<default>false</default>
</key>
<key name="window-width" type="i">
<default>1400</default>
</key>
</schema>
</schemalist>