Skip to content

Commit 0b76914

Browse files
committed
interface: add key to enable/disable primary paste from middlemouse
1 parent f791ef8 commit 0b76914

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

schemas/org.mate.interface.gschema.xml.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,12 @@
181181
<summary>Scaling Factor for QT appllications</summary>
182182
<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>
183183
</key>
184+
<key name="gtk-enable-primary-paste" type="b">
185+
<default>true</default>
186+
<summary>Enable the primary paste selection</summary>
187+
<description>
188+
If true, gtk+ uses the primary paste selection, usually triggered by a middle mouse button click.
189+
</description>
190+
</key>
184191
</schema>
185192
</schemalist>

0 commit comments

Comments
 (0)