diff options
Diffstat (limited to 'data/org.mate.panel.gschema.xml.in')
-rw-r--r-- | data/org.mate.panel.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.panel.gschema.xml.in b/data/org.mate.panel.gschema.xml.in index c58f6e19..9c6fdb8c 100644 --- a/data/org.mate.panel.gschema.xml.in +++ b/data/org.mate.panel.gschema.xml.in @@ -30,6 +30,11 @@ <summary>Maximum history size for "Run Application" dialog</summary> <description>Controls the maximum size of the history of the "Run Application" dialog. A value of 0 will disable the history.</description> </key> + <key name="history-reverse-mate-run" type="b"> + <default>false</default> + <summary>Reverse the history of the "Run Application" dialog</summary> + <description>Displays the history in reverse. Provides a consistent view for terminal users as the up key will select the most recent entry.</description> + </key> <key name="toplevel-id-list" type="as"> <default>[]</default> <summary>Panel ID list</summary> |