diff options
Diffstat (limited to 'mate-screenshot/mate-screenshot.schemas.in')
-rw-r--r-- | mate-screenshot/mate-screenshot.schemas.in | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/mate-screenshot/mate-screenshot.schemas.in b/mate-screenshot/mate-screenshot.schemas.in deleted file mode 100644 index a8c2dca4..00000000 --- a/mate-screenshot/mate-screenshot.schemas.in +++ /dev/null @@ -1,81 +0,0 @@ -<?xml version="1.0"?> - -<mateconfschemafile> - <schemalist> - - <schema> - <key>/schemas/apps/mate-screenshot/take_window_shot</key> - <applyto>/apps/mate-screenshot/take_window_shot</applyto> - <owner>mate-screenshot</owner> - <type>bool</type> - <default>false</default> - <locale name="C"> - <short>Window-specific screenshot (deprecated)</short> - <long>Grab just the current window, rather than the whole desktop. - This key has been deprecated and it is no longer in use.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mate-screenshot/delay</key> - <applyto>/apps/mate-screenshot/delay</applyto> - <owner>mate-screenshot</owner> - <type>int</type> - <default>0</default> - <locale name="C"> - <short>Screenshot delay</short> - <long>The number of seconds to wait before taking the screenshot.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mate-screenshot/last_save_directory</key> - <applyto>/apps/mate-screenshot/last_save_directory</applyto> - <owner>mate-screenshot</owner> - <type>string</type> - <default></default> - <locale name="C"> - <short>Screenshot directory</short> - <long>The directory the last screenshot was saved in.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mate-screenshot/include_border</key> - <applyto>/apps/mate-screenshot/include_border</applyto> - <owner>mate-screenshot</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>Include Border</short> - <long>Include the window manager border along with the screenshot</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mate-screenshot/include_pointer</key> - <applyto>/apps/mate-screenshot/include_pointer</applyto> - <owner>mate-screenshot</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>Include Pointer</short> - <long>Include the pointer in the screenshot</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mate-screenshot/border_effect</key> - <applyto>/apps/mate-screenshot/border_effect</applyto> - <owner>mate-screenshot</owner> - <type>string</type> - <default>none</default> - <locale name="C"> - <short>Border Effect</short> - <long>Effect to add to the outside of a border. Possible values are "shadow", "none", and "border". - </long> - </locale> - </schema> - - </schemalist> -</mateconfschemafile> |