You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkdir -p ~/.local/share/gnome-shell/extensions # only needed if this is the first extension you install
cd ~/.local/share/gnome-shell/extensions
git clone https://github.com/daniellandau/switcher.git switcher@landau.fi
Log out and back in of GNOME Shell, and you can then enable the extension with Gnome Tweaks.
How to use
Use the configured hot key (Super+wby default) to open the switcher and start
typing a part of the name or current title of the window you want. Hit the Esc
key to cancel and the Return key to activate the window at the top of the list.
Contributing
Contributions are welcome and I will try my best to answer quickly to all
suggestions. If you start working on something mentioned in TODO.md, let me
know so I don't scoop you.
License
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.
Aknowledgements
As there is no really good central place to find documentation on writing Gnome
Shell Extensions I'll list here where I got information from.