13

Is there a way to tweak Alt+Tab in Gnome 3 so it will iterate windows only in the current workspace?

I'm using Debian wheezy.

Gilles 'SO- stop being evil'
  • 807,993
  • 194
  • 1,674
  • 2,175
Fokos
  • 133
  • 1
  • 5

2 Answers2

35

This command also does the trick:

gsettings set org.gnome.shell.app-switcher current-workspace-only true
Oebele
  • 473
  • 1
  • 5
  • 8
3

There's an extension for GNOME Shell which enables this behaviour: https://extensions.gnome.org/extension/310/alt-tab-workspace/

muru
  • 69,900
  • 13
  • 192
  • 292
  • This is no longer necessary given that there's now a settings that's configurable. See the other answer. – colan Oct 25 '17 at 15:46