From 294f59103f9f2bade0e877a37ba484e0808c9a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 6 Jun 2013 15:34:08 +0200 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/org.gnome.shell.gschema.xml.in.in b/data/org.gnome.shell.gschema.xml.in.in index bacb6b1c8..f47c34646 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. - false + true Limit switcher to current workspace. If true, only windows from the current workspace are shown in the switcher.