From 203d7c4b4307ab2342e12f586a32bd7d706da607 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 460382cd3..a12e7807f 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. - false + true Limit switcher to current workspace. If true, only windows from the current workspace are shown in the switcher.