Blame SOURCES/0001-Add-a-setting-for-overlay-scrolling.patch

79a636
From b94d2334fe6e2578aec32f97b9c3bd0d7709ad12 Mon Sep 17 00:00:00 2001
79a636
From: Matthias Clasen <mclasen@redhat.com>
79a636
Date: Wed, 22 May 2019 15:51:19 -0400
79a636
Subject: [PATCH] Add a setting for overlay scrolling
79a636
79a636
This setting will be used by GTK.
79a636
---
79a636
 schemas/org.gnome.desktop.interface.gschema.xml.in | 9 +++++++++
79a636
 1 file changed, 9 insertions(+)
79a636
79a636
diff --git a/schemas/org.gnome.desktop.interface.gschema.xml.in b/schemas/org.gnome.desktop.interface.gschema.xml.in
79a636
index 22ef50d..680ac4c 100644
79a636
--- a/schemas/org.gnome.desktop.interface.gschema.xml.in
79a636
+++ b/schemas/org.gnome.desktop.interface.gschema.xml.in
79a636
@@ -242,5 +242,14 @@
79a636
         If true, gtk+ uses the primary paste selection, usually triggered by a middle mouse button click.
79a636
       </description>
79a636
     </key>
79a636
+    <key name="overlay-scrolling" type="b">
79a636
+      <default>true</default>
79a636
+      <summary>Allow overlay scrolling</summary>
79a636
+      <description>
79a636
+        Whether scrollbars should be overlayed as indicators. Depending
79a636
+        on input devices in use, permanent scrollbars may still be
79a636
+        displayed.
79a636
+      </description>
79a636
+    </key>
79a636
   </schema>
79a636
 </schemalist>
79a636
-- 
79a636
2.23.0
79a636