nathanielsimard / overview-navigation

Make window navigation fast and easy using overview.
https://extensions.gnome.org/extension/1702/overview-navigation/
GNU General Public License v2.0
37 stars 7 forks source link

Feature request : close window in overview #5

Closed MonsieurLanza closed 5 years ago

MonsieurLanza commented 5 years ago

Hello, Great work, I love it. I would love to have the ability to close a window in the overview in a similar way.

I am not familiar with the gnome API, but I am JS developper myself. I may give it a try if it is not too time consuming.

nathanielsimard commented 5 years ago

I have been thinking about that feature for a moment now, I think the best way to implement it would be to have uppercase for closing window and lowercase for focusing window. Ex:

Focus: ab Close: AB

There is some refactoring to do before.

You don't really need Gnome Shell knowledge to implement it. If you want, you can give it a try starting with the refactoring.