forked from KrispyCamel4u/SysMonTask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.github.camelneeraj.sysmontask.gschema.xml
36 lines (30 loc) · 1.22 KB
/
com.github.camelneeraj.sysmontask.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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/com/github/camelneeraj/sysmontask/" id="com.github.camelneeraj.sysmontask">
<key name="window-position" type="(ii)">
<default>(500, 200)</default>
<summary>Window position</summary>
<description>Most recent window position (x, y)</description>
</key>
<key name="window-size" type="(ii)">
<default>(990, 600)</default>
<summary>Most recent window size</summary>
<description>Most remain_windowcent window size (width, height)</description>
</key>
<key name="current-tab" type="i">
<range min="0" max="1"/>
<default>0</default>
<summary>Saves the currently viewed tab 0=processes, 1=performance</summary>
</key>
<key type="aas" name="process-filter">
<default>[['False',',root,','1','False']]</default>
<summary>List of filtering words</summary>
<description>A list of Filtering words in format [['google','neeraj','cmdline'],],</description>
</key>
<key name="one-time-whatsnew" type="i">
<default>1</default>
<summary>for showing whats new one time</summary>
<description>for showing whats new one time</description>
</key>
</schema>
</schemalist>