summaryrefslogtreecommitdiff
path: root/src/org.mate.system-monitor.gschema.xml.in
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-04-20 12:01:36 +0200
committerlukefromdc <[email protected]>2019-04-28 22:34:36 -0400
commitfc1f63b1c04cb6101f3a780e104a7f295c4d307a (patch)
tree0c75dd1010650682f6d199e247ec6d1962511c78 /src/org.mate.system-monitor.gschema.xml.in
parent1f42b9e3ab7f82825f2d0dc83a57163f5c67621c (diff)
downloadmate-system-monitor-fc1f63b1c04cb6101f3a780e104a7f295c4d307a.tar.bz2
mate-system-monitor-fc1f63b1c04cb6101f3a780e104a7f295c4d307a.tar.xz
Add disk IO on process info
Based on GNOME/gnome-system-monitor@60a787b
Diffstat (limited to 'src/org.mate.system-monitor.gschema.xml.in')
-rw-r--r--src/org.mate.system-monitor.gschema.xml.in36
1 files changed, 34 insertions, 2 deletions
diff --git a/src/org.mate.system-monitor.gschema.xml.in b/src/org.mate.system-monitor.gschema.xml.in
index 703923d..7482621 100644
--- a/src/org.mate.system-monitor.gschema.xml.in
+++ b/src/org.mate.system-monitor.gschema.xml.in
@@ -397,11 +397,43 @@
</key>
<key name="col-22-width" type="i">
<default>100</default>
- <summary>Width of process 'Priority' column</summary>
+ <summary>Width of process “Disk Write Total” column</summary>
</key>
<key name="col-22-visible" type="b">
+ <default>false</default>
+ <summary>Show process “Disk Write Total” column on startup</summary>
+ </key>
+ <key name="col-23-width" type="i">
+ <default>100</default>
+ <summary>Width of process “Disk Read Total” column</summary>
+ </key>
+ <key name="col-23-visible" type="b">
+ <default>false</default>
+ <summary>Show process “Disk Read Total” column on startup</summary>
+ </key>
+ <key name="col-24-width" type="i">
+ <default>100</default>
+ <summary>Width of process “Disk Read” column</summary>
+ </key>
+ <key name="col-24-visible" type="b">
+ <default>false</default>
+ <summary>Show process “Disk Read” column on startup</summary>
+ </key>
+ <key name="col-25-width" type="i">
+ <default>100</default>
+ <summary>Width of process “Disk Write” column</summary>
+ </key>
+ <key name="col-25-visible" type="b">
+ <default>false</default>
+ <summary>Show process “Disk Write” column on startup</summary>
+ </key>
+ <key name="col-26-width" type="i">
+ <default>100</default>
+ <summary>Width of process “Priority” column</summary>
+ </key>
+ <key name="col-26-visible" type="b">
<default>true</default>
- <summary>Show process 'Priority' column on startup</summary>
+ <summary>Show process “Priority” column on startup</summary>
</key>
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.system-monitor.disktreenew" path="/org/mate/system-monitor/disktreenew/">