Skip to content

Disables the arrow popup displayed during window switching in Gnome Shell 3.

Notifications You must be signed in to change notification settings

framon/disable-workspace-switcher-popup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Disable Window Switcher Popup

This is my first GNOME 3 shell extension. I created this because I saw no way to disable the huge popup displayed dead center of the screen when switching between workspaces, other than editing /usr/share/gnome-shell/js/ui/workspaceSwitcherPopup.js and setting the value of DISPLAY_TIMEOUT to zero.

Installation:

Create a folder in ~/.local/share/gnome-shell/extensions called disable-workspace-switcher-popup@github.com and move extension.js and metadata.json into that folder. Restart the gnome-shell:

# mkdir -p ~/.local/share/gnome-shell/extensions 2>/dev/null
# git clone git://github.com/windsorschmidt/disable-workspace-switcher-popup \
  ~/.local/share/gnome-shell/extensions/disable-workspace-switcher-popup@github.com

Alt-F2 and "r" ENTER

For Gnome Shell 3.2 you also need to turn the extension on. The easiest way to do that is to install gnome-tweak-tool and go to Shell Extensions settings screen and turn it on (the switch-"thing" must have "I" on it).

Acknowledgments

Based on the disable window animations extension by Lukas Zapletal

About

Disables the arrow popup displayed during window switching in Gnome Shell 3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%