Blame SOURCES/0001-schemas-Add-enable-hot-corners-setting.patch

79a636
From 1e254151b13dbba244a2c8982c4e160a67f7b41b Mon Sep 17 00:00:00 2001
79a636
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
79a636
Date: Thu, 13 Jun 2019 14:40:56 +0000
79a636
Subject: [PATCH] schemas: Add 'enable-hot-corners' setting
79a636
79a636
Whether people love or hate gnome-shell's hot corner depends to large
79a636
extents on hardware sensitivity and habits, which is hard to get right
79a636
universally. So bite the bullet and add an option to enable or disable
79a636
hot corners ...
79a636
79a636
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/merge_requests/26
79a636
---
79a636
 schemas/org.gnome.desktop.interface.gschema.xml.in | 8 ++++++++
79a636
 1 file changed, 8 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..1e47888 100644
79a636
--- a/schemas/org.gnome.desktop.interface.gschema.xml.in
79a636
+++ b/schemas/org.gnome.desktop.interface.gschema.xml.in
79a636
@@ -228,6 +228,14 @@
79a636
         If true, display weekday in the clock, in addition to time.
79a636
       </description>
79a636
     </key>
79a636
+    <key name="enable-hot-corners" type="b">
79a636
+      <default>true</default>
79a636
+      <summary>Enable hot corners</summary>
79a636
+      <description>
79a636
+        If true, the activities overview can be accessed by moving the
79a636
+        mouse to the top-left corner.
79a636
+      </description>
79a636
+    </key>
79a636
     <key name="show-battery-percentage" type="b">
79a636
       <default>false</default>
79a636
       <summary>Show battery percentage</summary>
79a636
-- 
79a636
2.21.0
79a636