summaryrefslogtreecommitdiff
path: root/open-terminal/org.mate.caja-open-terminal.gschema.xml.in
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-10-17 16:20:02 +0200
committerStefano Karapetsas <[email protected]>2013-10-17 16:20:02 +0200
commit9494745d46fe20b0d3ca20e3d23a926b34ed7a08 (patch)
treebf982adf0d80e71a1fdb280425b99133f07d33fd /open-terminal/org.mate.caja-open-terminal.gschema.xml.in
parent8c996447beb0353ed76f48e3ee220bef2455382b (diff)
downloadcaja-extensions-9494745d46fe20b0d3ca20e3d23a926b34ed7a08.tar.bz2
caja-extensions-9494745d46fe20b0d3ca20e3d23a926b34ed7a08.tar.xz
Add open-terminal extension
Diffstat (limited to 'open-terminal/org.mate.caja-open-terminal.gschema.xml.in')
-rw-r--r--open-terminal/org.mate.caja-open-terminal.gschema.xml.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/open-terminal/org.mate.caja-open-terminal.gschema.xml.in b/open-terminal/org.mate.caja-open-terminal.gschema.xml.in
new file mode 100644
index 0000000..32f55ef
--- /dev/null
+++ b/open-terminal/org.mate.caja-open-terminal.gschema.xml.in
@@ -0,0 +1,9 @@
+<schemalist>
+ <schema id="org.mate.caja-open-terminal" path="/org/mate/caja-open-terminal/">
+ <key name="desktop-opens-home-dir" type="b">
+ <default>false</default>
+ <_summary>Whether opening a terminal on the desktop opens a terminal in the home directory</_summary>
+ <_description>If set to true, then opening a terminal on the desktop will open a terminal in the home directory. Otherwise, it will be opened in the desktop directory. Note that this key is irrelevant if the desktop directory is identical to the home directory.</_description>
+ </key>
+ </schema>
+</schemalist>