summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2018-08-23 23:34:03 -0400
committerlukefromdc <[email protected]>2018-08-23 23:34:43 -0400
commit0b769148a8ecf5223ccb07f9924109718e1d3a24 (patch)
treef0ee172cf1d0f84950dbfef09647dfa8740f811b
parentf791ef8c34fe117914cbb48feb81e3229479af8a (diff)
downloadmate-desktop-0b769148a8ecf5223ccb07f9924109718e1d3a24.tar.bz2
mate-desktop-0b769148a8ecf5223ccb07f9924109718e1d3a24.tar.xz
interface: add key to enable/disable primary paste from middlemouse
-rw-r--r--schemas/org.mate.interface.gschema.xml.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/schemas/org.mate.interface.gschema.xml.in b/schemas/org.mate.interface.gschema.xml.in
index 5b579ee..bcb2a61 100644
--- a/schemas/org.mate.interface.gschema.xml.in
+++ b/schemas/org.mate.interface.gschema.xml.in
@@ -181,5 +181,12 @@
<summary>Scaling Factor for QT appllications</summary>
<description>This setting determines whether MATE controls the scale factor for QT applications. Enable to synchronize with the GTK scale factor when initializing the session, disable to control this value elsewhere. Requires restarting your session.</description>
</key>
+ <key name="gtk-enable-primary-paste" type="b">
+ <default>true</default>
+ <summary>Enable the primary paste selection</summary>
+ <description>
+ If true, gtk+ uses the primary paste selection, usually triggered by a middle mouse button click.
+ </description>
+ </key>
</schema>
</schemalist>