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



commit 294f59103f9f2bade0e877a37ba484e0808c9a57
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 bacb6b1..f47c346 100644
--- a/data/org.gnome.shell.gschema.xml.in.in
+++ b/data/org.gnome.shell.gschema.xml.in.in
@@ -207,7 +207,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]