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

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