Skip to content

Instantly share code, notes, and snippets.

@jadia
Last active January 26, 2019 05:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jadia/a50a75170fbaab149397c0a4f34ed5ab to your computer and use it in GitHub Desktop.
Save jadia/a50a75170fbaab149397c0a4f34ed5ab to your computer and use it in GitHub Desktop.
Force alt + tab to switch only on current workspace in GNOME shell

Force alt + tab to switch only on current workspace in GNOME shell. Here is the solution I came up with:

Very fast & easy, without any installations/extensions:

  1. Install dconf-editor (already installed on current debian/ubuntu distributions):

    sudo apt-get install dconf-editor
    
  2. Open dconf-editor (from the Dash or a Terminal)

  3. Navigate to: org -> gnome -> shell -> app-switcher

  4. Set "current-workspace-only" to true

..and you're done :)

source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment