[gsettings-desktop-schemas] Change the default for middle-click-on-titlebar



commit a182263aba2648fa1bf6fb014ef35bbb44685020
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Sep 25 15:02:11 2014 -0400

    Change the default for middle-click-on-titlebar
    
    Lowering the window on middle-click is just a terrible default.
    We've had multiple GTK+ bugs filed about 'disappearing windows'.
    
    Change the default to 'none', which is harmless.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=737384

 ....gnome.desktop.wm.preferences.gschema.xml.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.wm.preferences.gschema.xml.in.in 
b/schemas/org.gnome.desktop.wm.preferences.gschema.xml.in.in
index 45add9e..6809cca 100644
--- a/schemas/org.gnome.desktop.wm.preferences.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.wm.preferences.gschema.xml.in.in
@@ -118,7 +118,7 @@
     </key>
     <key name="action-middle-click-titlebar"
          enum="org.gnome.desktop.GDesktopTitlebarAction">
-      <default>'lower'</default>
+      <default>'none'</default>
       <_summary>Action on title bar middle-click</_summary>
       <_description>
         This option determines the effects of middle-clicking on the title bar.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]