summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2019-08-02 14:47:25 -0400
committerraveit65 <[email protected]>2019-08-11 17:52:36 +0200
commitb7ed7f0eb676c5efb0e375ec550d5230a7c45935 (patch)
tree2b0516c1e2629212e5bea859e52c3e1bec648ea7 /schemas
parent24ce960a78d5317ac3cd661fb533e208475d2679 (diff)
downloadmate-desktop-b7ed7f0eb676c5efb0e375ec550d5230a7c45935.tar.bz2
mate-desktop-b7ed7f0eb676c5efb0e375ec550d5230a7c45935.tar.xz
schema: Move mouse schemas to mate-settings-daemon
Diffstat (limited to 'schemas')
-rw-r--r--schemas/Makefile.am1
-rw-r--r--schemas/meson.build1
-rw-r--r--schemas/org.mate.peripherals-mouse.gschema.xml49
3 files changed, 0 insertions, 51 deletions
diff --git a/schemas/Makefile.am b/schemas/Makefile.am
index 434ac33..e936c72 100644
--- a/schemas/Makefile.am
+++ b/schemas/Makefile.am
@@ -14,7 +14,6 @@ gsettings_SCHEMAS = \
org.mate.interface.gschema.xml \
org.mate.lockdown.gschema.xml \
org.mate.peripherals-keyboard.gschema.xml \
- org.mate.peripherals-mouse.gschema.xml \
org.mate.sound.gschema.xml \
org.mate.thumbnail-cache.gschema.xml \
org.mate.thumbnailers.gschema.xml \
diff --git a/schemas/meson.build b/schemas/meson.build
index c052ba1..4a505db 100644
--- a/schemas/meson.build
+++ b/schemas/meson.build
@@ -30,7 +30,6 @@ schemas += [
'org.mate.interface.gschema.xml',
'org.mate.lockdown.gschema.xml',
'org.mate.peripherals-keyboard.gschema.xml',
- 'org.mate.peripherals-mouse.gschema.xml',
'org.mate.sound.gschema.xml',
'org.mate.thumbnail-cache.gschema.xml',
'org.mate.thumbnailers.gschema.xml',
diff --git a/schemas/org.mate.peripherals-mouse.gschema.xml b/schemas/org.mate.peripherals-mouse.gschema.xml
deleted file mode 100644
index 4c7d02c..0000000
--- a/schemas/org.mate.peripherals-mouse.gschema.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<schemalist gettext-domain="mate-desktop">
- <schema id="org.mate.peripherals-mouse" path="/org/mate/desktop/peripherals/mouse/">
- <key name="left-handed" type="b">
- <default>false</default>
- <summary>Mouse button orientation</summary>
- <description>Swap left and right mouse buttons for left-handed mice.</description>
- </key>
- <key name="motion-acceleration" type="d">
- <default>-1</default>
- <summary>Motion Acceleration</summary>
- <description>Acceleration multiplier for mouse motion. A value of -1 is the system default.</description>
- </key>
- <key name="motion-threshold" type="i">
- <default>-1</default>
- <summary>Motion Threshold</summary>
- <description>Distance in pixels the pointer must move before accelerated mouse motion is activated. A value of -1 is the system default.</description>
- </key>
- <key name="drag-threshold" type="i">
- <default>8</default>
- <summary>Drag Threshold</summary>
- <description>Distance before a drag is started.</description>
- </key>
- <key name="double-click" type="i">
- <default>400</default>
- <summary>Double Click Time</summary>
- <description>Length of a double click.</description>
- </key>
- <key name="middle-button-enabled" type="b">
- <default>true</default>
- <summary>Middle button emulation</summary>
- <description>Enables middle mouse button emulation through simultaneous left and right button click.</description>
- </key>
- <key name="locate-pointer" type="b">
- <default>false</default>
- <summary>Locate Pointer</summary>
- <description>Highlights the current location of the pointer when the Control key is pressed and released.</description>
- </key>
- <key name="cursor-theme" type="s">
- <default>''</default>
- <summary>Cursor theme</summary>
- <description>Cursor theme name.</description>
- </key>
- <key name="cursor-size" type="i">
- <default>24</default>
- <summary>Cursor size</summary>
- <description>Size of the cursor referenced by cursor_theme.</description>
- </key>
- </schema>
-</schemalist>