[gnome-shell] window-switcher: Only show windows from current workspace by default



commit 203d7c4b4307ab2342e12f586a32bd7d706da607
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Jun 6 15:34:08 2013 +0200

    window-switcher: Only show windows from current workspace by default
    
    When adding the window switcher, we copied our default values from
    the alternate-tab extension. Arguably it makes more sense to mimick
    the old mutter/metacity behavior though, so change the default
    accordingly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=701214

 data/org.gnome.shell.gschema.xml.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.shell.gschema.xml.in.in b/data/org.gnome.shell.gschema.xml.in.in
index 460382c..a12e780 100644
--- a/data/org.gnome.shell.gschema.xml.in.in
+++ b/data/org.gnome.shell.gschema.xml.in.in
@@ -204,7 +204,7 @@ value here is from the GsmPresenceStatus enumeration.</_summary>
       </_description>
     </key>
     <key type="b" name="current-workspace-only">
-      <default>false</default>
+      <default>true</default>
       <summary>Limit switcher to current workspace.</summary>
       <description>
        If true, only windows from the current workspace are shown in the switcher.


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