From aa3a853c9d06d0321e8924cbfbc42c8411f571f5 Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 9 Sep 2015 12:35:05 +0300 Subject: mate-screenshot: move stuff to data/ and src/ subdirs --- .../data/org.mate.screenshot.gschema.xml.in | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 mate-screenshot/data/org.mate.screenshot.gschema.xml.in (limited to 'mate-screenshot/data/org.mate.screenshot.gschema.xml.in') diff --git a/mate-screenshot/data/org.mate.screenshot.gschema.xml.in b/mate-screenshot/data/org.mate.screenshot.gschema.xml.in new file mode 100644 index 00000000..c926d737 --- /dev/null +++ b/mate-screenshot/data/org.mate.screenshot.gschema.xml.in @@ -0,0 +1,29 @@ + + + + 0 + Screenshot delay + The number of seconds to wait before taking the screenshot. + + + '' + Screenshot directory + The directory the last screenshot was saved in. + + + true + Include Border + Include the window manager border along with the screenshot + + + true + Include Pointer + Include the pointer in the screenshot + + + 'none' + Border Effect + Effect to add to the outside of a border. Possible values are "shadow", "none", and "border". + + + -- cgit v1.2.1